From feb120b854983ee570aee7d5908835bf8a895a55 Mon Sep 17 00:00:00 2001 From: BAYU KRESNO PRASETYO Date: Mon, 10 Dec 2018 16:38:30 +0700 Subject: [PATCH] React Native can do eeeeeeeeeeeeee eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee --- e.react.native.jsx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 e.react.native.jsx diff --git a/e.react.native.jsx b/e.react.native.jsx new file mode 100644 index 0000000..df5149f --- /dev/null +++ b/e.react.native.jsx @@ -0,0 +1,11 @@ +import React, { AppRegistry, Text, PureComponent } from 'react-native'; + +class E extends PureComponent { + render() { + return ( + eeeeeeeeeeeeeeeeeeeeeeeeee + ) + } +} + +AppRegistry.registerComponent('eeeeeee', () => E);