almost / react-native-html-webview

Display HTML in a UIWebView, optionally sanitizing it first
MIT License
105 stars 20 forks source link

Cannot run on IOS #21

Closed mvpdream closed 8 years ago

mvpdream commented 8 years ago

8b8b5052-14ff-477a-be3d-9f727b40cfb2

almost commented 8 years ago

It probably won't work with recent RN versions. See the note in the readme, you can do most of what this does with the built in WebView now

mvpdream commented 8 years ago

This is the error message

/Users/xmc/Desktop/RNprojects/RN_iOS_App/node_modules/react-native/React/Base/RCTConvert.h:13:9: 'CSSLayout/CSSLayout.h' file not found with include; use "quotes" instead

may be required to introduce what files, I do not understand IOS development, I hope you help solve the next.

almost commented 8 years ago

As I said this won't work with recent RN versions and there's no much point in using anymore anyway.

mvpdream commented 8 years ago

That problem has been solved, and now there is a new problem. I hope you can help me to solve the next. image