Skip to content

Commit 79f2d77

Browse files
committed
Merge branch 'main' into @tomekzaw/remove-old-arch-support
2 parents 2ad8bc3 + bab684d commit 79f2d77

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

android/src/main/java/com/expensify/livemarkdown/CustomFabricUIManager.java

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package com.expensify.livemarkdown;
22

3-
import androidx.annotation.NonNull;
4-
53
import com.facebook.react.bridge.ReactApplicationContext;
64
import com.facebook.react.bridge.ReadableMap;
75
import com.facebook.react.fabric.FabricUIManager;

android/src/reactNativeVersionPatch/CustomMountingManager/latest/com/expensify/livemarkdown/CustomMountingManager.java

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import static com.facebook.react.views.text.TextAttributeProps.UNSET;
44

55
import android.content.Context;
6-
import android.content.res.AssetManager;
76
import android.text.BoringLayout;
87
import android.text.Layout;
98
import android.text.Spannable;

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expensify/react-native-live-markdown",
3-
"version": "0.1.243",
3+
"version": "0.1.244",
44
"description": "Drop-in replacement for React Native's TextInput component with Markdown formatting.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)