react-native-template
react-native-template copied to clipboard
Echobind's template for React Native projects
With changes to storybook, we need to address the implementation so that it is functional Current Behavior: `yarn storybook` starts storybook server but running `yarn platform` does not open the...
Have one test in the template so that we can run `yarn test`
Ensure that when we have a screen/component added that we do a simple jest check that element exists
Ensure icons are fully up to date (adaptive) for android https://dev.to/jsjoeio/react-native-adding-app-icons-for-android-47e7 `react-native init MyApp --template=@echobind/react-native-template https://dev.to/sfarias051/how-to-create-adaptive-icons`
This prompts for SFC or class which should be removed to just be SFC
Right now, we assume 10.15 (latest LTS). It would be great to prompt the user for the version they would like to use (defaulting to the current version in the...
We ran into issues in #79 when trying to make the transition to `template.config.js` with #75. We couldn't get the `postInitScript` to work properly. This is a followup ticket to...
Blocked by: https://github.com/echobind/react-native-template-echobind/issues/15
Looks like a PR is open regarding the fastlane method to generate icons in the same manner we currently are in the template setup script: https://github.com/KrauseFx/fastlane-plugin-appicon/pull/43