https://github.com/futurechallenger/youknowapp
https://github.com/futurechallenger/youknowapp
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/futurechallenger/youknowapp
- Owner: futurechallenger
- Created: 2021-10-04T09:24:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T07:37:09.000Z (over 4 years ago)
- Last Synced: 2025-02-08T12:47:04.547Z (over 1 year 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`。