Md Rashidul Islam

Results 9 comments of Md Rashidul Islam

@andrei-sheina Did you get the solution to the above issue? I'm using [CRA](https://github.com/facebookincubator/create-react-app). I'm having a hard time to figure this out. Thanks very much.

Thanks for responding.

This one is working for me: ``` package xx.xxx.xx import com.facebook.react.ReactActivityDelegate import com.reactnativenavigation.NavigationActivity import com.facebook.react.ReactRootView import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint.fabricEnabled class MainActivity : NavigationActivity() { class MainActivityDelegate(activity: NavigationActivity?, mainComponentName: String?) : ReactActivityDelegate(activity, mainComponentName)...

> I am experiencing the same problem. @rashidul0405 Can you elaborate a bit more how you solved it? This is `MainActivity.kt`. What else do you need?

I'm just curious, why would you do that?

same issue in my case as well. Env: OSX Mavericks ST3 I installed using package manager as well as tried git clone into sublime packages folder.

it is working fine on iOS. This is so much better. will you release this soon?

> > it is working fine on iOS. This is so much better. will you release this soon? > > Hoping to merge the code into main and create a...