Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 887ffe1

Browse files
committed
fixed example RN 25.1 upgrade
1 parent 284a7a9 commit 887ffe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/index.ios.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import React, {
1+
import React, {Component} from 'react';
2+
import {
23
AppRegistry,
3-
Component,
44
StyleSheet,
55
ScrollView,
66
TextInput,

0 commit comments

Comments
 (0)