react-native-template icon indicating copy to clipboard operation
react-native-template copied to clipboard

Echobind's template for React Native projects

Results 49 react-native-template issues
Sort by recently updated
recently updated
newest added

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.

chore

Not sure how the template generates app icons at the moment. A few things to verify: - [ ] Does it generate an icon for iOS? - [ ] Does...

help wanted
question

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...

enhancement
help wanted
docs

This library looks promising: https://github.com/react-native-community/react-native-localize But determine how we can help scaffold this out.

enhancement

Resolve the AsyncStorage warning that is appearing ![Screenshot_1573839021](https://user-images.githubusercontent.com/7119624/68963057-e8276a80-078a-11ea-9fff-f49b0f69b657.png)

chore

Add a command for performing a `reset` Could include: - [ ] Clearing Caches - [ ] Re-install packages / Pods

enhancement

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...

enhancement

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...

bug

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

bug

I'm surprised we don't have a README in the project after you initialize

enhancement