Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/christoph-jerolimov/rnw-experiments


https://github.com/christoph-jerolimov/rnw-experiments

Last synced: 28 days ago
JSON representation

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)