Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christoph-jerolimov/rnw-experiments
https://github.com/christoph-jerolimov/rnw-experiments
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/christoph-jerolimov/rnw-experiments
- Owner: christoph-jerolimov
- Created: 2020-04-05T01:33:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T23:11:00.000Z (over 4 years ago)
- Last Synced: 2024-11-25T12:16:12.260Z (28 days ago)
- Language: C++
- Size: 1.06 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native for Windows experiments
- Tried different versions of RNW (or RN4W).
- Tried to implement Drag and Drop on different API levels:
- 0.61.2-with-dnd - Drag and drop in the `ViewViewManager` and `TouchEventHandler` classes / layer
- 0.61.2-with-dnd2 - Drag and drop in the `ViewManagerBase` and `ShadowNodeBase` classes / layer
- 0.61.2-with-dnd3 - DnD as custom UI components
- Tested react-native-webview (and react-native-showdown)