mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-04-28 20:35:09 +08:00
Update example title
This commit is contained in:
@@ -74,6 +74,9 @@ export const SCREENS = {
|
||||
};
|
||||
|
||||
export default class MainScreen extends Component {
|
||||
static navigationOptions = {
|
||||
title: 'react-native-interactable',
|
||||
};
|
||||
render() {
|
||||
const data = Object.keys(SCREENS).map(key => ({ key }));
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user