Skip to main content
Module

x/sheetjs/demos/react/native.sh

πŸ“— SheetJS Community Edition -- Spreadsheet Data Toolkit
Extremely Popular
Go to Latest
File
#!/bin/bash# xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */if [ ! -e SheetJS ]; then react-native init --version="0.62.2" SheetJS cd SheetJS npm i -S xlsx react-native-table-component react-native-fs cd -fiif [ ! -e SheetJS/logo.png ]; then curl -O http://oss.sheetjs.com/assets/img/logo.png mv logo.png SheetJS/logo.pngfiif [ -e SheetJS/index.ios.js ]; then cp react-native.js SheetJS/index.ios.js cp react-native.js SheetJS/index.android.jselse cp react-native.js SheetJS/index.jsficd SheetJS;RNFB_ANDROID_PERMISSIONS=true react-native linkcd -;