rblcb
rblcb
How can I do to use this package in React native. Currently, npm install doesn't work
I got this error in android stuidio. Gradle DSL method not found: 'google()'
Hi, I want to crop image as 980*400. Is there any way? Thanks.
I want cropped rectangle to doesn't flip when I press rotation button? Is there any way?
My app gets an error to build because RNUploader.m file contains following lines. import "RCTBridgeModule.h" import "RCTEventDispatcher" import "RCTLog.h" So I change it like this and it does work. import...