Anas Alamin

Results 7 issues of Anas Alamin

I'v read in the documents that i should i inject a js script in my project. does this wrapper inject it directly as this could cause safety concerns like cross-site...

in React.js docs it advices to prevent js injections for safety concerns such as XSS...etc. is this lib safe?

i have a flatlist and i want to wrap only one the first item in it. how can i do that?

**Description** i'm trying to validate the purchase by sending the jsonRepresentation to the back-end. but i can only access this data when requestPurchase is resolved. and that's breaking my app's...

i'm getting this below error while trying to modify pdf. ``` ERROR TypeError: null is not an object (evaluating '_PDFLib.default.modifyPDF') ``` the error is produced when i call write() as...

I've updated my library and i tried to use borderStyle property but it's giving me this error on Android! Error while updating property 'borderStyle' of a view managed by: RCTView...

unlike the flutter version of this project, RN doesn't have an example code can you provide a runnable demo on how to implement it into codes?