Skip to content
/ ts-native-boiler Public template

Typescript Boiler Plate for react-native app using apollo, redux, styled-components, and react-navigation

License

Notifications You must be signed in to change notification settings

ourveryown/ts-native-boiler

Repository files navigation

React Native Type Script Template

How to run

  1. clone project
  2. cd into project and run yarn install
  3. run react-native upgrade
  4. run react-native link react-native-gesture-handler
  5. run react-native run-ios everything should be good to go
  6. Setting up Android
  7. link Java SDK to project by creating a file inside your android project called local.properties
  8. paste the following line in sdk.dir = /Users/USERNAME/Library/Android/sdk where USERNAME is the name of your computer
  9. open Android studio and run the emulator
  10. run react-native run-android

Contributors

  • Special thanks to Jackson Zaloumis for putting in the hard yards and creating the project with Type Script

About

Typescript Boiler Plate for react-native app using apollo, redux, styled-components, and react-navigation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published