+
+### Create a new project using ReactNative CLI with NativeBase template
+
+[Refer this link](https://github.com/react-native-community/cli#about) to get infomation about the React Native CLI.
+
+Plain Javascript
+
+
+```bash
+npx react-native init MyApp --template react-native-template-native-base
+```
+
+
+
+With Typescript
+
+
+```bash
+npx react-native init MyApp --template react-native-template-native-base-typescript
+```
+
+
+
+Yey! you are all set, start editing App.js/App.tsx now.
+
+
+
+