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.
- Host: GitHub
- URL: https://github.com/pankod/expo-boilerplate
- Owner: pankod
- License: mit
- Created: 2019-05-10T13:25:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T02:34:30.000Z (over 3 years ago)
- Last Synced: 2025-12-24T10:02:39.280Z (7 months ago)
- Topics: expo, react-native
- Language: HTML
- Homepage:
- Size: 4.47 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
----
### About
Thanks to this project, it’ll be too easy to add example to pankod open source projects.
## 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/)