react-native-image-tools icon indicating copy to clipboard operation
react-native-image-tools copied to clipboard

Image editing software powered by Abode Creative SDK for iOS and Android.

Results 16 react-native-image-tools issues
Sort by recently updated
recently updated
newest added

It's Getting Crash While I Am Select Image From Gallery And Go To Edit... ![Screenshot_20210109-161158](https://user-images.githubusercontent.com/67627678/104089487-85016d00-5295-11eb-8f80-d94c93cab095.png)

``` MainApplication.java:46: error: cannot find symbol MultiDex.install(getBaseContext()); ^ symbol: variable MultiDex location: class MainApplication ```` This is my ```MainAppllication.java``` file: ``` @Override public void onCreate() { super.onCreate(); MultiDex.install(getBaseContext()); AdobeCSDKFoundation.initializeCSDKFoundation(getApplicationContext()); SoLoader.init(this,...

Thanks for the great library. I really appreciate it. We have a question about the possibility that hide or disable the Adobe login on the top nav bar. I have...

Hi, I took the liberty of creating a public chat in the discord facing React-Native. With the intention of uniting the React-native community and improving communication. I'm creating a channel...

EDIT: seems like the adobe repo was down for the whole weekend... the old version was using the cache so everything worked with that... anyways, problem solved. library is still...

Moving to API 26, saveTo 'file' fails (probably due to permissions).

Here are the logs. ``` Jul 28 16:58:27 Siddharth-Ramesh demoApp[86419]: -[AVYContentManager setConfiguration:] Aviary must be configured from the main thread Jul 28 16:58:27 Siddharth-Ramesh demoApp[86419]: -[AVYContentManager contentManagedObjectContext] Should access content...

*** Terminating app due to uncaught exception 'NSGenericException', reason: '*** Collection was mutated while being enumerated.' Not familiar with objective-c please help!! Thx

Hi Guys, I was wondering if i can just wrap my Image tag around some component of this library and get a desired effect of contrast, hue, saturation? Will this...