History log of /expo/apps/native-component-list/src/screens/SVG/SVGExampleScreen.tsx (Results 1 – 3 of 3)
Revision Date Author Comments
# dc2b55f3 14-Apr-2021 Evan Bacon <[email protected]>

[ncl] lazy load components and improve startup (#12503)

* lazy load screens

* fix up test suite

* load less icons

* lint fix

* Update AppNavigator.js

* fix tsc

* Create debugging.w

[ncl] lazy load components and improve startup (#12503)

* lazy load screens

* fix up test suite

* load less icons

* lint fix

* Update AppNavigator.js

* fix tsc

* Create debugging.web.ts

* updated pods

show more ...


# 91d99453 29-Jun-2020 Evan Bacon <[email protected]>

Migrate to react-navigation v5 (#8857)

* Migrate apps/ to use react-navigation v5

* Update GeofencingScreen.tsx

* Update GeofencingScreen.tsx

* Updated useFocusEffect

* Update MediaLibra

Migrate to react-navigation v5 (#8857)

* Migrate apps/ to use react-navigation v5

* Update GeofencingScreen.tsx

* Update GeofencingScreen.tsx

* Updated useFocusEffect

* Update MediaLibraryScreen.tsx

* Update GeofencingScreen.tsx

* Updated onFocus methods

* Update BackgroundLocationMapScreen.tsx

* Fix tab loading

* Update ExpoComponents.ts

* Updated Media Library

* fix bare-expo routing in e2e

* Update TaskManagerScreen.tsx

* Improve linking configuration

* Update MainNavigator.tsx

* Updated prop signature

* Update MainNavigator.tsx

Co-authored-by: Brent Vatne <[email protected]>

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