react-native-template-tuil
Version:
Clean and minimalist React Native template for a quick start with TypeScript.
44 lines (27 loc) • 2.34 kB
Markdown
<div>
<br>
<img src="./docs/resources/logo.png" height="360px" />
<br>
</div>
# ProjectName
[](https://app.bitrise.io/app/replace_me)
[](https://standardjs.com/) [](https://github.com/facebook/react-native)
[-D1436C.svg>)](https://play.google.com/store/apps/details?id=nl.efteling.android&hl=nl)
[-2DA2F4.svg>)](https://itunes.apple.com/nl/app/efteling/id727498391?mt=8)
A short description about the app and what is does.
## Getting started
Please see the [installation guide](./docs/installation.md) on how to install the required tooling on your machine. After you have installed the tooling you can run:
```bash
git clone git@github.com:company/projectname.git && cd projectname && yarn install
```
The Android dependencies will be installed by Gradle when build from the terminal or trough Android Studio. For iOS we use CocoaPods, go ahead and install the ios dependencies by running:
```bash
cd ios && bundle exec pod install
```
_note: you should run pod install AFTER installing node dependencies with yarn install._
Please look at https://prettier.io/docs/en/editors.html for editor configuration for prettier.
### Running the app
Now you are good to go. Just open `ios/ProjectName.xcworkspace` in Xcode or import the `android` folder in Android Studio. Make sure that the react-native packager is running `yarn start` from the root of the project.
### More resources
Some useful tips can be found in our [react-native-learnings](https://github.com/Redhotminute/react-native-learnings) repository. If you are having troubes? Be sure to checkout the [troubleshouting section](https://github.com/Redhotminute/react-native-learnings/blob/master/troubleshooting.md).
A list of usefull learning resources to learn about several topics related to react-native app development can be found in [learning section](https://github.com/Redhotminute/react-native-learnings/blob/master/learning-resources.md).