History log of /expo/apps/native-component-list/src/components/GoogleSignInButton.tsx (Results 1 – 5 of 5)
Revision Date Author Comments
# f500022e 08-Oct-2021 Bartosz Kaszubowski <[email protected]>

[ncl] refactor components, improve typing (#14535)


# 6da15324 27-Aug-2021 Bartosz Kaszubowski <[email protected]>

[eslint-config] bump dependencies and minimum required lint tools versions (#13858)

Co-authored-by: James Ide <[email protected]>


# 74967a3c 10-Jun-2021 Charlie Cruzan <[email protected]>

[ios] small fixes to NCL and test suite following QA (#13224)

* better bg location console errors

* fix facebook native ad id

* close sqlite db after creating

* fix expo-device screen to on

[ios] small fixes to NCL and test suite following QA (#13224)

* better bg location console errors

* fix facebook native ad id

* close sqlite db after creating

* fix expo-device screen to only show device-compatible options

* small improvements to slider

* google sign in only available in standalone

* small trackingtransparency fix

* add missing NCL screens

* Apply suggestions from code review

show more ...


# e331da1d 18-Jun-2020 Evan Bacon <[email protected]>

[chore] Fix lint and typescript errors in NCL (#8861)

* Fix lint errors

* Revice web unimplemented views

* Delete useDimensions.ts

* Remove unused screen object properties

* Convert to f

[chore] Fix lint and typescript errors in NCL (#8861)

* Fix lint errors

* Revice web unimplemented views

* Delete useDimensions.ts

* Remove unused screen object properties

* Convert to functional components

* Fix TypeScript errors

* Fix subscription bug

show more ...


# 69185572 23-Apr-2019 Bartłomiej Bukowski <[email protected]>

@bbarthec/migrate native component list to typescript (#3975)

* [ncl] Migrate to TypeScript

* [ncl] fix runtime on mobile devices

* [ncl] Apply review suggestions