callstack / react-native-brownfield

Set of helpers to make your brownfield integration smooth and easy.
MIT License
227 stars 14 forks source link

Add support for initial props + remove Java Proxy. #3

Closed michalchudziak closed 5 years ago

michalchudziak commented 5 years ago

Added support for initial props. Still to be tested with various scenarios, especially nested maps and arrays.

Removed Java proxy in favor of @Jvm annotations.