Mubarak

Results 10 comments of Mubarak

@sandipgupta55 thank you for replying , could you please show me sample code

@sandipgupta55 oh I see alright I will try that

@Jonathan-R0 For me i had to use another lib You may try it out https://github.com/hoaphantn7604/react-native-element-dropdown

> @kezarmader check `loading={Loader}` if you are returning `null` on Loader that is the issue, just try to get rid of the `loading` if you are not using it. I...

I have the same issue and all solution above doesn't work for me

for me the issue happen after upgrading from 0.63 to 0.68, fixed by updating this line in AppDelegate.mm ` UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"appName", nil);` @"appName" => must match the...

yes and this what I did I created just a view and designed it in my way but the shaped changed itself i didn't change it

to share all `js` file is to long actually and will be confusing so I will make the example simple, I have function called `renderHeader` and it is returning the...