Skip to content

yardcooper/react-native-template

Repository files navigation

👾 Hybrid Heroes React Native Template

An extended Template based on the clean and minimalist React Native TypeScript template.

Elegant usage directly within the React Native CLI.

⭐ Extended features

▶️ Usage

npx react-native init MyApp --npm --template https://gitlab.com/hybridheroes/opensource/react-native-template

Note: Remove --npm if yarn is preferred.

⚠️ React Native CLI

This template only works with the new CLI. Make sure you have uninstalled the legacy react-native-cli first (npm uninstall -g react-native-cli) for the below command to work. If you wish to not use npx, you can also install the new CLI globally (npm i -g @react-native-community/cli or yarn global add @react-native-community/cli).

If you tried the above and still get the react-native-template-react- native-template-typescript: Not found error, please try adding the --ignore-existing flag to force npx to ignore any locally installed versions of the CLI and use the latest.

Further information can be found here: https://github.com/react-native-community/cli#about

Documentation

💎 RVM & NVM

The Template comes with a .nvmrc (currently node 18) so you can use nvm use bash command. You can also use rvm use bash command. The Ruby version is defined in the Gemfile (currently version 2.7.4)

💻 Contributing

Contributions are very welcome. Please check out the contributing document.

🔖 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published