Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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