О
Size: a a a
О
🔥
🔥
С
О
С
🔥
О
DK
const collectionStack = createStackNavigator({
One: {
screen: Workout,
navigationOptions: {header: null},
},
Two: {
screen: CurriculumWord,
navigationOptions: {header: null},
}
}, {
initialRouteName: 'One'
}
);
🔥
🔥
const collectionStack = createStackNavigator({
One: {
screen: Workout,
navigationOptions: {header: null},
},
Two: {
screen: CurriculumWord,
navigationOptions: {header: null},
}
}, {
initialRouteName: 'One'
}
);
DK
С
OP
OP
S
🔥