@bovcontrol/react-native-template-bovcontrol
v1.0.12
Published
An application model that we adopted within bovcontrol, we started with some basic configurations. Please feel free to send us improvements.
Downloads
347
Keywords
Readme
react-native-template-bovcontrol
:arrow_forward: Usage
npx react-native init MyApp --template @bovcontrol/react-native-template-bovcontrol
Predefined organization and configuration used internally in BovControl for React Native projects.
Configured Library
"@react-native-masked-view/masked-view": "^0.2.6",
"@react-navigation/elements": "^1.2.1",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"add": "^2.0.6",
"react": "17.0.2",
"react-hook-form": "^7.22.2",
"react-native": "0.66.4",
"react-native-device-info": "^8.4.8",
"react-native-gesture-handler": "^2.1.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.10.1",
"react-native-svg": "^12.1.1",
"react-native-svg-transformer": "^0.14.3",
"styled-components": "^5.3.3",
:warning: 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
:bookmark: License
This project is MIT licensed.