sheetjs-rn/README.md

38 lines
514 B
Markdown
Raw Permalink Normal View History

2023-07-02 19:31:24 +00:00
# SheetJS + React Native Demo
2023-07-02 19:29:40 +00:00
2023-07-03 01:06:45 +00:00
Complete Reproduction of <https://docs.sheetjs.com/docs/demos/mobile/reactnative#demo>
This branch (`RNFB`) demonstrates `rn-fetch-blob`.
## Installation
1) Install dependencies:
```bash
npm i
```
### iOS
2) (iOS only) link iOS project
```bash
cd ios; pod install; cd ..
```
3) run the development process:
```bash
npx react-native run-ios
```
### Android
4) ensure Java 11 is the current version
5) run the development process:
```bash
npx react-native run-android
```