react-native-starter
react-native-starter copied to clipboard
🚀A powerful react native starter template that bootstraps development of your mobile application
This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitHub and GitLab that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace...
Xcode says files not found on local image assets. The image assets are not being automatically bundled. Running react-native with FORCE_BUNDLING flag also does not work. Is this a problem...
Can I do react-native-starter with typescript, hook?
Hi I get the following error when running this in release mode: ``` /Users/adamtoth-fejel/Documents/GitHub/react-native-starter/node_modules/@react-native-community/cli/build/tools/loadMetroConfig.js:94 ...options ^^^ SyntaxError: Unexpected token ... ```
The docs (found here https://docs.reactnativestarter.com/theming) say you can change the theme by using a script. The script doesn't exist in the root directory like it says. Also, if I go...
It's a pretty common task - to rename an application you are building from the starter kit. So let's make it easy. Pepperoni app kit has a script for renaming...
``` yarn rename yarn run v1.17.3 $ ./rename.sh Enter New App Name: ```
Hi, i'm getting this warning but i cannot find where the async-storage is imported to change react-native by @ react-native-community/async-storage. `Warning: AsyncStorage has been extracted from react-native core and will...
Hi there, The icon of navigations inside the drawer was hardcode to `iconHome` ([here](https://github.com/flatlogic/react-native-starter/commit/3b5f1d21581646e72d880f14e1e540866658d83e#diff-8c33fb360da2b10f4961cc12216a4f26L66)), so I changed it to use the icon of each navigation item instead. I also make...