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

514 B

SheetJS + React Native Demo

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

This branch (RNFB) demonstrates rn-fetch-blob.

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