Ajit Das
Ajit Das
Adding `onEndReachedThreshold` doesn't work either. It keeps hitting the API Here is how i have defined it ``` {this.state.data.length?( ):null} ```
The same issue, even though the same thing is working with `react-native-dropin-ui` , so I belive there is no configuration issue with this. So why this error for web UI
Not only that, it also very slow to select an image. For me it's taking at least 4 to 5 sec to select an image Here is my code ```...
@tajinder-logiciel i didn't use the web view on web, i checked if the platform is web then i injected the HTML content inside the div. Like below ``` ``` You...
Any update on this?
Hello @LichKing-2234 Thank you for your response, But I have added a swift file and also a bridging header Please have a look, I checked the documentation link you have...
Thank you @LichKing-2234 ,It seems like some older versions were downloaded somehow. After clearing node module, package.lock and reinstalling the packages it worked fine.
@TheWebartist Why did you remove `prop-types` from package.json ? isn't it going to cause conflict since it is being used in the package?
@toto1384 What if we allow all react version basically instead `"react": "^16 || ^17" || "^18",` if we use `"react": "*",` . This will take care of all upcoming versions.
@DEV7163 This is by far the best ACL package only if you know how to use. @ks-dipeshc The New build is not released yet which is why it's not working...