Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamranayub/sample-react-native-workshop-expo-ts
TypeScript-based solutions for the FrontEnd Masters React Native workshop by Kadi Kraman
https://github.com/kamranayub/sample-react-native-workshop-expo-ts
frontend-masters react-native typescript workshop
Last synced: 29 days ago
JSON representation
TypeScript-based solutions for the FrontEnd Masters React Native workshop by Kadi Kraman
- Host: GitHub
- URL: https://github.com/kamranayub/sample-react-native-workshop-expo-ts
- Owner: kamranayub
- Created: 2020-03-07T03:10:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:23:20.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T16:07:10.865Z (7 months ago)
- Topics: frontend-masters, react-native, typescript, workshop
- Language: TypeScript
- Homepage: https://kadikraman.github.io/react-native-v2/
- Size: 2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Expo Frontend Masters Workshop (TypeScript)
This is my lab playground written in TypeScript for [Kadi Kraman's React Native Frontend Masters workshop](https://kadikraman.github.io/react-native-v2/). I am using the Expo-based version, with TypeScript.
## Getting Started
Follow the workshop's [expo guide](https://kadikraman.github.io/react-native-v2/setup-expo) to ensure you have prerequisites installed and then:
yarn
yarn start## Notes
- Using a `tokens.ts` styles helper
- Using `@react-navigation` typings like `CompositeNavigationProp` and `StackNavigationProp`
- Using `` in a couple places instead of ``
- All the components and screens are statically-typed