# SheetJS + React Native Demo Complete Reproduction of This branch (`RNBU`) demonstrates `react-native-blob-util`. ## Installation 1) Install dependencies: ```bash npm i ``` ### iOS 2) (iOS only) link iOS project ```bash cd ios; pod install; cd .. ``` 3) run the development process: ```bash npx react-native run-ios ``` ### Android 4) ensure Java 11 is the current version 5) run the development process: ```bash npx react-native run-android ```