525 B
525 B
SheetJS + React Native Demo
Complete Reproduction of https://docs.sheetjs.com/docs/demos/mobile/reactnative#demo
This branch (RNFA
) demonstrates react-native-file-access
.
Installation
- Install dependencies:
npm i
iOS
- (iOS only) link iOS project
cd ios; pod install; cd ..
- run the development process:
npx react-native run-ios
Android
-
ensure Java 11 is the current version
-
run the development process:
npx react-native run-android