mirror of
https://github.com/zhigang1992/examples.git
synced 2026-04-29 18:06:23 +08:00
10 lines
318 B
JavaScript
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",
|
|
};
|