Create a new project using ReactNative CLI with NativeBase template
to get infomation about the React Native CLI.
Plain Javascript
npx react-native init MyApp --template @native-base/react-native-template
With Typescript
npx react-native init MyApp --template @native-base/react-native-template-typescript
Yey! you are all set, start editing App.js/App.tsx now.