Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ; exp build:android
  2. [exp] Making sure project is set up correctly...
  3. /[exp] Warning: Not using the Expo fork of react-native. See https://docs.expo.io/.
  4. [exp] Warning: 'react-native' peer depencency missing. Run `npm ls` in /var/www/html/test/testme/osmosis-seek-android to see full warning.
  5. [exp]
  6. [exp] If there is an issue running your project, please run `npm install` in /var/www/html/test/testme/osmosis-seek-android and restart.
  7. [exp] Your project looks good!
  8. [exp] Checking if current build exists...
  9.  
  10. [exp] No currently active or previous builds for this project.
  11.  
  12. ? Would you like to upload a keystore or have us generate one for you?
  13. If you don't know what this means, let us handle it! :)
  14. false
  15. [exp] Starting build process...
  16. [exp] Publishing...
  17. [exp] Published
  18. [exp] Your URL is
  19.  
  20. https://exp.host/@kenpeter/osmosis-seek-android
  21.  
  22. [exp] Building...
  23. [exp] Must specify a java package in order to build this experience for Android. Please specify one in app.json at "expo.android.package"
  24.  
  25. {
  26. android: {
  27. package: "com.example.myapp"
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement