Create a new React Native workspace:
$bit new react-native my-hello-world --env teambit.react/react-native-env
The new workpspace contains:
- A Custom React Native Environment to control tools and configurations.
Start without pre-built components:
$bit new react-native my-hello-world --env teambit.react/react-native-env --empty
► Set up your own React Native development environment ('env')