@Deepu

Results 7 comments of @Deepu

@santhoshgutta Thanks for reporting this. We will add support for this in the next release.

@melissayu You cannot change `ElectrodeMiniAppActivity` since it is a generated class. But you can create your own version of `ElectrodeMiniAppActivity` and extend `FragmentActivity`

@faisalmohd83 Thanks for reporting this. `ElectrodeMiniAppActivity` is deprecated and replaced with `ElectrodeBaseActivity`. Can you please update your activity to extend this ? Meanwhile, I will keep this issue open and...

@romanlv We currently do not support enums. Will add this as a future enhancement.

@marc-hughes Good catch. `ElectrodeMiniAppActivity` has not been updated to use the new way we want our MiniApp to be launched. We will update this soon. It is going to be...

@woshi82 Since the `NativeActivity` extends `Activity` and not `FragemntActivity` you will have this error. Not sure why this was changed on the ReactNative side. I think this is going to...