An open API service indexing awesome lists of open source software.

https://github.com/pankod/expo-boilerplate

Thanks to this project, it’ll be too easy to add example to Pankod open source projects.
https://github.com/pankod/expo-boilerplate

expo react-native

Last synced: 5 months ago
JSON representation

Thanks to this project, it’ll be too easy to add example to Pankod open source projects.

Awesome Lists containing this project

README

          




----

### About

Thanks to this project, it’ll be too easy to add example to pankod open source projects.


Created by Pankod










Build Status

## Getting Started

1. You should have React Expo CLI to be installed in order to run example. Follow this [instructions](https://facebook.github.io/react-native/docs/getting-started) if you need to install Expo CLI.



2. Clone the repository:

```
git clone https://github.com/pankod/expo-boilerplate.git
```

3. Install the dependencies:

```sh
npm install
```

4. Once the installation is done, you can run the following command:

**npm**
```
npm start
```
You can also use:

**expo**
```
expo start
```

**yarn**
```
expo start
```

## License

Licensed under the MIT License, Copyright © 2019-present [Pankod](https://www.pankod.com/)