Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit e8d8b12

Browse files
committed
patches before next release
1 parent cfba250 commit e8d8b12

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

android/src/main/java/com/text/ReactTextViewImproved.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77

88
package com.text;
99

10-
10+
import android.util.Log;
1111
import com.facebook.react.bridge.ReactContext;
1212
import com.facebook.react.views.text.ReactTextView;
1313

1414
public class ReactTextViewImproved extends ReactTextView {
1515

1616
public ReactTextViewImproved(ReactContext context) {
1717
super(context);
18+
Log.w("TESTING", "ReactTextViewImproved");
1819
}
1920
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"release": "release-it",
3939
"patch": "node patch.js",
4040
"patch-dev": "node patch-dev.js",
41-
"postinstall": "yarn run patch-dev"
41+
"postinstall": "yarn run patch"
4242
},
4343
"keywords": [
4444
"react-native",

src/index.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)