Response

Does anyone know where to find the documentation? I saw several components using this library, but strangely could not find the documentation?

+7
react-native
source share
2 answers

Facebook's answer to this question https://github.com/facebook/react-native/issues/4789 is that the library is good for production, but unfortunately there is no documentation for it :(

+4
source share

React Native ART is the RN version of React ART, which in itself is an implementation of the ART library. And the latter has several documents:

http://sebmarkbage.imtqy.com/art/

They are not exhaustive, but they should be enough to get you started.

+2
source share

All Articles