meliorence / react-native-render-html

iOS/Android pure javascript react-native component that renders your HTML into 100% native views
https://meliorence.github.io/react-native-render-html/
BSD 2-Clause "Simplified" License
3.48k stars 589 forks source link

Expo discovery app not working on iOS #535

Open SamuelScheit opened 2 years ago

SamuelScheit commented 2 years ago

It fails to open the RNRH discovery app from expo without any error message except this: image

I'm using iOS 15.1 with expo version 2.22.2

jsamr commented 2 years ago

Hi @Flam3rboy and thank you for this report! This is because of Apple very restrictive and honestly infuriating policies, see https://forums.expo.dev/t/unable-to-share-my-public-project-with-others-on-ios/31192/3

The only solution would be one of either:

The later would be cumbersome to maintain. I'm currently working on the former option, but Apple stubbornly refuses that I register to the Apple Developer Program as an individual author. I have contacted the support service, and until now they have been pretty unhelpful.

Not much I can do for now, but you can always launch the discovery app in a simulator from the repository, or use an Android device:

git clone https://github.com/meliorence/react-native-render-html.git
cd react-native-render-html
yarn install
yarn discovery start

That's obviously suboptimal, but I am actively working on it!