Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/futurechallenger/youknowapp
https://github.com/futurechallenger/youknowapp
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/futurechallenger/youknowapp
- Owner: futurechallenger
- Created: 2021-10-04T09:24:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T07:37:09.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T00:06:23.697Z (7 months ago)
- Language: TypeScript
- Size: 3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Send event from native to js
### 1 Define a native module
Java类可以只继承一个`BaseJavaModule`或者`NaiveModule`。但是为了将来的**类型安全**推荐继承`ReactContextBaseJavaModule`。