chris-warner / expo-server

Attempt to load assets and JS libraries to webview from expo app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expo-server

Attempt to load assets and JS libraries to webview from expo app.

https://medium.com/@nik.usichenko/integrating-react-spa-or-static-html-page-into-react-native-with-react-native-static-server-and-d86cf9e3c562

Project must be run in development mode. (npm run ios)

WIP: Android

Installation errors and solutions:

Cocoapods errors for M1,2,3 macs: You need to use cocoapods version 1.14.3 - gem uninstall cocoapods gem install cocoapods -v 1.14.3

"Xcode must be fully installed before you can continue" The fix for this was: `sudo xcode-select -s /Applications/Xcode.app/Contents/Developer`` expo/expo#21727

About

Attempt to load assets and JS libraries to webview from expo app.


Languages

Language:JavaScript 51.4%Language:Kotlin 19.5%Language:Ruby 13.5%Language:Objective-C++ 11.4%Language:HTML 1.8%Language:Objective-C 1.4%Language:Swift 0.5%Language:C 0.4%