Commit bf93c12b authored by Prasetya Saputra's avatar Prasetya Saputra

update

parent 27fdb9a6
......@@ -139,8 +139,8 @@ function App() {
return (
<NavigationContainer>
<Stack.Navigator initialRouteName="Home">
<Stack.Screen name="Jumlah" component={Penjumlahan} options={{ headerShown: false, }} />
<Stack.Screen name="List" component={ListTitle} options={{ headerShown: false, }} />
<Stack.Screen name="Jumlah" component={Penjumlahan} options={{ headerShown: false, animationEnabled: false}} />
<Stack.Screen name="List" component={ListTitle} options={{ headerShown: false, animationEnabled: false }} />
</Stack.Navigator>
</NavigationContainer>
);
......
......@@ -17,7 +17,8 @@
"**/*"
],
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "id.projecttesios"
},
"android": {
"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