test caching

This commit is contained in:
austinried 2021-08-24 09:38:04 +09:00
parent 5166511ca2
commit b023b7c806

View File

@ -30,7 +30,7 @@ const App = () => (
const styles = StyleSheet.create({
appContainer: {
flex: 1,
backgroundColor: colors.gradient.high,
backgroundColor: 'green', // change test
},
})