expo / examples

Example projects that demonstrate how to use Expo APIs and integrate Expo with other popular tools
2.34k stars 887 forks source link

[navigation] Convert example to JavaScript #334

Closed EvanBacon closed 3 years ago

EvanBacon commented 3 years ago

We support automatically adding TypeScript and we should keep examples beginner friendly. I've also added support for React 17 auto import.

Removes the custom font (which sometimes break due to npm install issues) to ensure the example is far more bullet proof for new users.