Skip to content

Commit 2370ab6

Browse files
authored
Merge examples & make it for testing old bridge purposes (#775)
* Merge examples & make it for testing old bridge purposes * Remove unnecessary hot update handle * Remove mobx example because mobx-remotedev no longer maintained * Update redux example by follow official examples * Remove unnecessary files * Add react-native-debugger-open (currently not working) * Update rndebugger-open version * Bump rndebugger-open version * Fix webpack dev build * [NPM package] Fix babel cli ignore
1 parent edaa777 commit 2370ab6

44 files changed

Lines changed: 24788 additions & 11093 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/getting-started.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ See [`Redux DevTools Integration`](redux-devtools-integration.md) section for mo
6262
- [React Native for macOS](https://github.com/ptmt/react-native-macos) (formerly react-native-desktop) >= 0.14.0
6363
- [React Native for Windows](https://github.com/Microsoft/react-native-windows)
6464

65-
## Examples for use RNDebugger
66-
67-
- [`Redux counter`](../examples/counter-with-redux)
68-
- [`MobX counter`](../examples/counter-with-mobx) - with [`mobx-remotedev`](https://github.com/zalmoxisus/mobx-remotedev).
69-
70-
The examples were bootstrapped with [`create-react-native-app`](https://github.com/react-community/create-react-native-app).
71-
7265
## Auto-update RNDebugger app (Supported v0.5.0 after)
7366

7467
Currently auto-update is only supported for macOS. Linux and Windows will show a dialog of new versions available for download.

docs/redux-devtools-integration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ See also:
1414
- [API Reference](https://github.com/zalmoxisus/redux-devtools-extension/tree/master/docs/API)
1515
- [Troubleshooting](https://github.com/zalmoxisus/redux-devtools-extension/blob/master/docs/Troubleshooting.md)
1616
- Other Integrations
17-
- [MobX](https://github.com/mobxjs/mobx)
18-
- [`mobx-remotedev`](https://github.com/zalmoxisus/mobx-remotedev) - See [`the counter example`](../examples/counter-with-mobx/src/stores/counter), make sure `remote` option is `false`.
19-
- [`mobx-state-tree`](https://github.com/mobxjs/mobx-state-tree) - Use [`connectReduxDevtools`](https://github.com/mobxjs/mobx-state-tree/blob/a3c59ac816026f3c2d3d5621d8f74be2b95e2891/middleware/README.md#connectreduxdevtools) middleware.
17+
- [`mobx-state-tree`](https://github.com/mobxjs/mobx-state-tree) - Use [`connectReduxDevtools`](https://github.com/mobxjs/mobx-state-tree/tree/3fc79b0b3ce7ad3e26d6bd5745fd9412d35c431c/packages/mst-middlewares#connectreduxdevtools) middleware.
2018

2119
You can ignore the things specified by the browser extension.
2220

examples/counter-with-mobx/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/counter-with-mobx/.watchmanconfig

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/counter-with-mobx/App.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/counter-with-mobx/app.json

Lines changed: 0 additions & 30 deletions
This file was deleted.
-1.07 KB
Binary file not shown.
-7.01 KB
Binary file not shown.

examples/counter-with-mobx/package.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

examples/counter-with-mobx/src/containers/Counter.js

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)