Commit bf93c12b authored by Prasetya Saputra's avatar Prasetya Saputra

update

parent 27fdb9a6
...@@ -139,8 +139,8 @@ function App() { ...@@ -139,8 +139,8 @@ function App() {
return ( return (
<NavigationContainer> <NavigationContainer>
<Stack.Navigator initialRouteName="Home"> <Stack.Navigator initialRouteName="Home">
<Stack.Screen name="Jumlah" component={Penjumlahan} options={{ headerShown: false, }} /> <Stack.Screen name="Jumlah" component={Penjumlahan} options={{ headerShown: false, animationEnabled: false}} />
<Stack.Screen name="List" component={ListTitle} options={{ headerShown: false, }} /> <Stack.Screen name="List" component={ListTitle} options={{ headerShown: false, animationEnabled: false }} />
</Stack.Navigator> </Stack.Navigator>
</NavigationContainer> </NavigationContainer>
); );
......
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
"**/*" "**/*"
], ],
"ios": { "ios": {
"supportsTablet": true "supportsTablet": true,
"bundleIdentifier": "id.projecttesios"
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment