sheetjs-rn/README.md

39 lines
525 B
Markdown
Raw 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-02 19:36:15 +00:00
Complete Reproduction of <https://docs.sheetjs.com/docs/demos/mobile/reactnative#demo>
This branch (`RNBU`) demonstrates `react-native-blob-util`.
## 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
```