ambr89
ambr89
I solve it, I downgraded tensorflow to 1.3 I've change demo.py I've GTX 1080 Ti. at line 114 `config = tf.ConfigProto(allow_soft_placement=True) ` `config.gpu_options.allow_growth = True` `sess = tf.Session(config=config)` but your...
Hi, yes you can clone the project from here: [https://github.com/ambr89/test_prj](https://github.com/ambr89/test_prj) The difference from your documentation is: in gradle-wrappre.properties: ```distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip``` and in android/build.gradle ``` buildscript { ext.kotlin_version = '1.7.10' repositories {...
Hi, no, the error on update 9.2.0 is the same. ``` e: /Users/ambra/.pub-cache/hosted/pub.dev/stripe_android-9.2.0/android/src/main/kotlin/com/reactnativestripesdk/CardFormView.kt: (33, 71): Unresolved reference: style FAILURE: Build failed with an exception. * What went wrong: Execution failed...
Hi, any news about this?
Hi, no problem I've found a solution because I cannot downgrade gradle in my project. Here there are changes for work with gradle 8.0 and above: **In stripe_android-9.2.0/android/build.gradle** ``` android...
Any solution?
I've put mor font in font folder, and its work! It take all font
Hi @JFtechOfficial ! What's your solution? Do you have changed library?