demo app hanoicomputer home category productdetail cart
This commit is contained in:
24
navigation/LinkingConfiguration.ts
Normal file
24
navigation/LinkingConfiguration.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as Linking from 'expo-linking';
|
||||
|
||||
export default {
|
||||
prefixes: [Linking.makeUrl('/')],
|
||||
config: {
|
||||
screens: {
|
||||
Root: {
|
||||
screens: {
|
||||
TabOne: {
|
||||
screens: {
|
||||
TabOneScreen: 'one',
|
||||
},
|
||||
},
|
||||
TabTwo: {
|
||||
screens: {
|
||||
TabTwoScreen: 'two',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
NotFound: '*',
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user