Further fixes to examples following react@15 update

This commit is contained in:
Nicolas Gallagher
2016-06-14 15:56:10 -07:00
parent f2ea7c089c
commit 60ad0e9ec5
4 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ import { AppRegistry } from 'react-native'
import Game2048 from './2048/Game2048'
import TicTacToeApp from './TicTacToe/TicTacToe'
AppRegistry.runApplication('Game2048', {
AppRegistry.runApplication('TicTacToeApp', {
rootTag: document.getElementById('react-root')
})