react-native-image-marker does not support the react native version 0.77.0 #241
Unanswered
codewithsujeet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
please update the package as soon as possible
Filename is MarkTextOptions.kt
package com.jimmydaddy.imagemarker.base
import com.facebook.react.bridge.Promise
import com.facebook.react.bridge.ReadableMap
import com.facebook.react.bridge.ReadableArray
class MarkTextOptions(options: ReadableMap) : Options(options) {
val watermarkTexts: List
}
when i change in this file with above code and it is working in android but i m not sure this code is works on ios or not
Beta Was this translation helpful? Give feedback.
All reactions