https://github.com/vikrantnegi/react-native-placeholder-loading
Using facebook like Placeholder Loaders in React Native apps using rn-placeholder
https://github.com/vikrantnegi/react-native-placeholder-loading
Last synced: 11 months ago
JSON representation
Using facebook like Placeholder Loaders in React Native apps using rn-placeholder
- Host: GitHub
- URL: https://github.com/vikrantnegi/react-native-placeholder-loading
- Owner: vikrantnegi
- Created: 2020-02-18T10:18:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:14:23.000Z (over 3 years ago)
- Last Synced: 2025-04-05T01:41:20.451Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.08 MB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facebook Like Placeholder Loading in React Native
> Using Placeholder Loaders in React Native apps using rn-placeholder

## Clone the repo
```bash
$ git clone https://github.com/vikrantnegi/react-native-placeholder-loading
```
## Install the dependencies
```bash
$ yarn
```
## Run the app
```bash
$ yarn start
```
Press i to run the iOS Simulator. This will automatically run the iOS Simulator even if it's not opened.
Press a to run the Android Emulator. Note that the emulator must be installed and started already before typing a otherwise it will throw an error in the terminal.
You can also run the app in your device by installing expo app from the app store and then scanning the QR code.
## License
MIT © [Vikrant Negi](https://github.com/vikrantnegi)