React Native Expo – Context Value Not Updating State Variable in Time Causing Render Error
I’m working on a React Native app and using context to manage categories. However, I’m encountering an issue where the context value doesn’t update the state variable in time, leading to a render error when trying to dynamically render Picker.Item components.
React Native @gorham/bottom-sheets not working. and I think I am not using context api correctly
hellow guys ,
I using @gohan/bottom-sheet and context Api to implement Custom bottomSheet . which can be used on all over the application using useModel hook to display bottomSheet for different components .