| 
									
										
										
										
											2017-09-12 20:02:06 +00:00
										 |  |  | #!/bin/bash
 | 
					
						
							| 
									
										
										
										
											2017-09-24 23:40:09 +00:00
										 |  |  | # xlsx.js (C) 2013-present  SheetJS -- http://sheetjs.com */ | 
					
						
							| 
									
										
										
										
											2017-09-12 20:02:06 +00:00
										 |  |  | if [ ! -e SheetJS ]; then | 
					
						
							| 
									
										
										
										
											2020-06-11 23:20:51 +00:00
										 |  |  | 	react-native init --version="0.62.2" SheetJS | 
					
						
							| 
									
										
										
										
											2017-09-12 20:02:06 +00:00
										 |  |  | 	cd SheetJS | 
					
						
							| 
									
										
										
										
											2017-10-27 16:25:54 +00:00
										 |  |  | 	npm i -S xlsx react-native-table-component react-native-fs | 
					
						
							| 
									
										
										
										
											2017-09-12 20:02:06 +00:00
										 |  |  | 	cd - | 
					
						
							|  |  |  | fi | 
					
						
							|  |  |  | if [ ! -e SheetJS/logo.png ]; then | 
					
						
							|  |  |  | 	curl -O http://oss.sheetjs.com/assets/img/logo.png | 
					
						
							|  |  |  | 	mv logo.png SheetJS/logo.png | 
					
						
							|  |  |  | fi | 
					
						
							| 
									
										
										
										
											2017-10-27 16:25:54 +00:00
										 |  |  | if [ -e SheetJS/index.ios.js ]; then | 
					
						
							|  |  |  | 	cp react-native.js SheetJS/index.ios.js | 
					
						
							|  |  |  | 	cp react-native.js SheetJS/index.android.js | 
					
						
							|  |  |  | else | 
					
						
							|  |  |  | 	cp react-native.js SheetJS/index.js | 
					
						
							|  |  |  | fi | 
					
						
							| 
									
										
										
										
											2017-09-12 20:02:06 +00:00
										 |  |  | cd SheetJS; | 
					
						
							| 
									
										
										
										
											2017-09-24 23:40:09 +00:00
										 |  |  | RNFB_ANDROID_PERMISSIONS=true react-native link | 
					
						
							| 
									
										
										
										
											2017-09-12 20:02:06 +00:00
										 |  |  | cd -; |