Ngima Sherpa

Results 11 comments of Ngima Sherpa

I had similar problem on version v4.0.0 (Managed Workflow) Android 11 while using DateTimePicker mode 'time', the time picker dialog's button are all white resulting invisibility. And following step solved...

Same for me. If I use the Skia Component which is using `useTouchHandler` inside of `ScrollView`, ScrollView's vertical scroll event cancels useTouchHander `onActive`.

i18next v23.2.11 has still not addressed. getting error when using context

I'm also having this issue. To resolve I'm setting refreshing boolean after 10 mills ```javascript const fetchData = ()=>{ this.setRefreshing(true) //... data fetching logic } React.useEffect(() => { setTimeout(() =>...

I think this is really a good feature to have. This should be reviewed asap.

Hey @leonardorib, could you resolve the conflicts?

Did anyone find any solution to this issue, I started getting this issue after I upgrade from expo 48 to 49. I tried the #781 workaround by @efstathiosntonas but is...

Hi, I'm not sure about the plan but this could be interesting to you that with [react-native 0.72](https://github.com/reactwg/react-native-new-architecture/discussions/136) you can reuse legacy native components. > 0.72 is the first version...

You can do it with store.config.json file in your project by setting the releaseNotes Example ``` JSON { "configVersion": 0, "apple": { "info": { "en-US": { "title": "App title", "subtitle":...

@kuldip-trentium Are you using `dev-client` build or `expo go`? What error/error logs are you getting? I just tried it in v6.7.5 with expo 51 dev-client build with iOS and it's...