-
Changes to the official repository:
- Typescript everywhere
- the new application entry point is defined inside of
package.json
(main
field) - code refactoring (
props
destructuring, implicitreturn
, no morebind
ing) - replaced the
expo-app-loading
package with theexpo-splash-screen
one
-
Some notes