Expensify/react-native-live-markdown

I encountered an error when building,Does it support expo? or how to fix

Closed this issue · 4 comments

image

my versions:

"expo": "~49.0.21"
"react-native": "0.72.6"
"@expensify/react-native-live-markdown": "^0.1.102"

Hi @Duncan-kekkai, thanks for opening this issue.

Currently, react-native-live-markdown supports only React Native 0.73.

Also, it does not work out-of-the-box in Expo Go. You will need to use Expo Prebuilds, as described here.

Hi @Duncan-kekkai, thanks for opening this issue.

Currently, react-native-live-markdown supports only React Native 0.73.

Also, it does not work out-of-the-box in Expo Go. You will need to use Expo Prebuilds, as described here.

thanks,Our project does not run on expo go, it is just hosted on expo. I will try to upgrade the rn version first.

hi @Duncan-kekkai
I am using "react-native": "0.74.3" and "expo": "~51.0.17"

after npx expo prebuild and npx expo run:android I got an error

Execution failed for task ':expensify_react-native-live-markdown:compileDebugJavaWithJavac'

@AlirezaBs Currently, react-native-live-markdown supports only React Native 0.73.

Support for React Native 0.74 will be added in #358.