sheetjs-rn/README.md
2023-07-02 21:22:34 -04:00

1.1 KiB

SheetJS + React Native Demo

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

The demo showcases a number of plugins. They are in different branches:

To test a particular branch:

  1. Switch to the particular branch. For example, to switch to RNBU:
git checkout RNBU
  1. Build 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