Go to file
2023-07-02 21:26:00 -04:00
__tests__ step2 2023-07-02 15:29:40 -04:00
.bundle step2 2023-07-02 15:29:40 -04:00
android step2 2023-07-02 15:29:40 -04:00
ios step4 2023-07-02 21:26:00 -04:00
.eslintrc.js step2 2023-07-02 15:29:40 -04:00
.gitignore step2 2023-07-02 15:29:40 -04:00
.prettierrc.js step2 2023-07-02 15:29:40 -04:00
.watchmanconfig step2 2023-07-02 15:29:40 -04:00
app.json step2 2023-07-02 15:29:40 -04:00
App.tsx step2 2023-07-02 15:29:40 -04:00
babel.config.js step2 2023-07-02 15:29:40 -04:00
Gemfile step2 2023-07-02 15:29:40 -04:00
Gemfile.lock step2 2023-07-02 15:29:40 -04:00
index.js step4 2023-07-02 21:26:00 -04:00
jest.config.js step2 2023-07-02 15:29:40 -04:00
logo.png step2 2023-07-02 15:29:40 -04:00
metro.config.js step2 2023-07-02 15:29:40 -04:00
package.json step4 2023-07-02 21:26:00 -04:00
README.md step4 2023-07-02 21:26:00 -04:00
tsconfig.json step2 2023-07-02 15:29:40 -04:00
yarn.lock step2 2023-07-02 15:29:40 -04:00

SheetJS + React Native Demo

Complete Reproduction of https://docs.sheetjs.com/docs/demos/mobile/reactnative#demo

This branch (RNFS) demonstrates react-native-fs.

Installation

  1. Install dependencies:
npm i

iOS

  1. (iOS only) link iOS project
cd ios; pod install; cd ..
  1. run the development process:
npx react-native run-ios

Android

  1. ensure Java 11 is the current version

  2. run the development process:

npx react-native run-android