Hi guys I am creating react native app using redux, react-native cli and having some issue when starting app it shows as screen shot , i saw online solution mentioning add as below
<NativeBaseProvider>
<Example/>
</NativeBaseProvider>
the problem is I am using redux so when I use like this another redux issue is popping up. also another solution i tried to unlink native base and then remove and then install then also problem occurs.can anyone suggest me a solution to figure out whats happening and could please show way to solve ?
when i use NativeBaseProvider i get this error