Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/futurechallenger/youknowapp


https://github.com/futurechallenger/youknowapp

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

## Send event from native to js

### 1 Define a native module

Java类可以只继承一个`BaseJavaModule`或者`NaiveModule`。但是为了将来的**类型安全**推荐继承`ReactContextBaseJavaModule`。