Andrea Argüello
Andrea Argüello
I think my issue is related to this https://github.com/rabbitmq/amqp091-go/issues/18.
I am having this issue too. It seems to be a problem of the developer using androidx. I have tried adding ```android.useAndroidX=true``` to my gradle.properties to no avail. Adding ```android.enableJetifier=true```...
For a little more detail, all problems arose in the RNSpinkit.java file, and it seems to be an error with the symbol Nullable.
@Base29 If I'm correct, the latest version of this library is supposed to support React Native 0.60.4. Are you using this version of React Native? I for one am on...
It is not a csv. The documentation includes the .gz files to download, as well as instructions on how to upload them using mnist_reader.
If however, you still wish to download a csv, [here is a kaggle link](https://www.kaggle.com/zalando-research/fashionmnist) that I assume contains the same information.
I am also experiencing this issue. The RicheEditor component will take a while to load. However, for my use case it would suffice if I knew when the component has...
I ended up setting a state variable called “loaded” that changes to true when onEditorInitialized is called. Hope this helps.
I solved this by enclosing the editor in a TouchableWithoutFeedback, and setting its onPres to ```() => this.richText.current?.blurContentEditor()```
Reopening as above solution crashes on Android. See #124