Files
examples/with-webbrowser-redirect/app/app.config.js
2020-05-12 14:44:00 -07:00

10 lines
318 B
JavaScript

export default {
icon:
"https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/icon.png?raw=true",
splash: {
image:
"https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/splash.png?raw=true",
},
scheme: "expo.examples.with-webbrowser-redirect",
};