We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1df8b31 + 9996df4 commit 4fa914fCopy full SHA for 4fa914f
README.md
@@ -17,6 +17,9 @@ npm install @charmy.tech/react-native-stroke-text
17
yarn add @charmy.tech/react-native-stroke-text
18
```
19
20
+# android
21
+min ```compileSdkVersion``` is required to be ```34```
22
+
23
Go to your ios folder and run:
24
25
android/src/main/java/com/stroketext/FontUtil.java
@@ -3,7 +3,7 @@
3
import android.content.Context;
4
import android.graphics.Typeface;
5
6
-import com.facebook.react.common.assets.ReactFontManager;
+import com.facebook.react.views.text.ReactFontManager;
7
8
import java.io.IOException;
9
0 commit comments