Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/GetStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd AwesomeNativeBase
*Install NativeBase*

```js
npm install native-base --save
npm install native-base --save / yarn add native-base --save
```

*Install Peer Dependencies*<br />
Expand Down Expand Up @@ -230,4 +230,4 @@ npm start

You've successfully setup [NativeBase](https://nativebase.io/) with your [Vue Native](https://vue-native.io) app. Your Vue Native app is ready to run on iOS and Android devices.

Check out [Vue Native Docs](https://vue-native.io/docs/installation.html). Also, NativeBase KitchenSink, an example of NativeBase components implementation with Vue Native, [source code](https://github.com/GeekyAnts/KitchenSink-Vue-Native) is here.
Check out [Vue Native Docs](https://vue-native.io/docs/installation.html). Also, NativeBase KitchenSink, an example of NativeBase components implementation with Vue Native, [source code](https://github.com/GeekyAnts/KitchenSink-Vue-Native) is here.