react-native-template
react-native-template copied to clipboard
Echobind's template for React Native projects
There should be a `"start": "react-native start"` in the `package.json` of the template. Not sure how this got removed but we should add it back in.
Not sure how the template generates app icons at the moment. A few things to verify: - [ ] Does it generate an icon for iOS? - [ ] Does...
Supposedly `fastlane` generates the icons for us? Not sure though how that works. The goal of this issue is to document that knowledge (ideally by whoever set it up, or...
This library looks promising: https://github.com/react-native-community/react-native-localize But determine how we can help scaffold this out.
Resolve the AsyncStorage warning that is appearing 
Add a command for performing a `reset` Could include: - [ ] Clearing Caches - [ ] Re-install packages / Pods
Using something like [react-native-config](https://github.com/luggit/react-native-config) we could have a start of two `.env` files at least that allow dev and storybook. This could remove the boolean from app.tsx in order to...
We have a folder in `/_templates` called `setup`, which setups up the spalshscreens. I don't think we use this after that so it would make since to remove it as...
Currently, in the setup script we have the following: ```shell execSync('rm -rf ios/FamilyDirectedTest/Base.lproj/LaunchScreen.xib', { cwd: rootDirectory, }) ``` I think "FamilyDirectedTest" should be replaced with the ProjectName
I'm surprised we don't have a README in the project after you initialize