Complete Reproduction of https://docs.sheetjs.com/docs/demos/mobile/reactnative#demo
__tests__ | ||
.bundle | ||
android | ||
ios | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.js | ||
.watchmanconfig | ||
app.json | ||
App.tsx | ||
babel.config.js | ||
Gemfile | ||
Gemfile.lock | ||
index.js | ||
jest.config.js | ||
logo.png | ||
metro.config.js | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
SheetJS + React Native Demo
Complete Reproduction of https://docs.sheetjs.com/docs/demos/mobile/reactnative#demo
This branch (RNBU
) demonstrates react-native-blob-util
.
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