Skip to content

Commit 4fa914f

Browse files
authored
Merge pull request #18 from HarwinderSingh15/android-build-issue
Android build issue
2 parents 1df8b31 + 9996df4 commit 4fa914f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ npm install @charmy.tech/react-native-stroke-text
1717
yarn add @charmy.tech/react-native-stroke-text
1818
```
1919

20+
# android
21+
min ```compileSdkVersion``` is required to be ```34```
22+
2023
Go to your ios folder and run:
2124

2225
```

android/src/main/java/com/stroketext/FontUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import android.content.Context;
44
import android.graphics.Typeface;
55

6-
import com.facebook.react.common.assets.ReactFontManager;
6+
import com.facebook.react.views.text.ReactFontManager;
77

88
import java.io.IOException;
99

0 commit comments

Comments
 (0)