File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11// Clapping icon & default exhibit icon made by Freepik (https://www.flaticon.com/authors/freepik)
22import React from "react" ;
33import { View } from "react-native" ;
4- import { SafeAreaProvider } from "react-native-safe-area-context" ;
54import { Provider } from "react-redux" ;
65import { applyMiddleware , combineReducers , createStore } from "redux" ;
76import ReduxThunk from "redux-thunk" ;
Original file line number Diff line number Diff line change 22 "expo" : {
33 "name" : " ExhibitU" ,
44 "slug" : " ExhibitU" ,
5- "version" : " 1.0.1 " ,
5+ "version" : " 1.0.2 " ,
66 "orientation" : " portrait" ,
77 "icon" : " ./assets/ExhibitU_icon.png" ,
88 "splash" : {
9- "image" : " ./assets/ExhibitU_splash .png" ,
9+ "image" : " ./assets/ExhibitU_icon_transparent_white_spaced .png" ,
1010 "resizeMode" : " contain" ,
1111 "backgroundColor" : " #000000"
1212 },
You can’t perform that action at this time.
0 commit comments