sheetjs-rn/README.md
2023-07-02 20:18:09 -04:00

525 B

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

  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