React Native can do eeeeeeeeeeeeee
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
This commit is contained in:
parent
8249a491b4
commit
feb120b854
|
|
@ -0,0 +1,11 @@
|
|||
import React, { AppRegistry, Text, PureComponent } from 'react-native';
|
||||
|
||||
class E extends PureComponent {
|
||||
render() {
|
||||
return (
|
||||
<Text>eeeeeeeeeeeeeeeeeeeeeeeeee</Text>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
AppRegistry.registerComponent('eeeeeee', () => E);
|
||||
Loading…
Reference in New Issue