519 B
519 B
SheetJS + React Native Demo
Complete Reproduction of https://docs.sheetjs.com/docs/demos/mobile/reactnative#demo
This branch (EXPO
) demonstrates expo-file-system
.
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