Blessing Jonamu

Results 3 comments of Blessing Jonamu
trafficstars

My MainActivity.java is totally different ``` public class MainActivity extends ReactActivity { @Override protected ReactActivityDelegate createReactActivityDelegate() { return new ReactActivityDelegate(this, getMainComponentName()) { @Override protected ReactRootView createRootView() { return new RNGestureHandlerEnabledRootView(MainActivity.this);...

For me replacing createReactActivityDelegate method in with an onCreate method worked.

@frenzzy I tried your solution but I keep getting a syntax error [**Your assistance will be greatly appreciated**] ``` > 1 | .inp{ | ^ 2 | padding:10px; 3 |...