Skip to content

Commit

Permalink
Merge examples & make it for testing old bridge purposes (#775)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jhen0409 authored Jul 22, 2023
1 parent edaa777 commit 2370ab6
Show file tree
Hide file tree
Showing 44 changed files with 24,788 additions and 11,093 deletions.
7 changes: 0 additions & 7 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ See [`Redux DevTools Integration`](redux-devtools-integration.md) section for mo
- [React Native for macOS](https://github.com/ptmt/react-native-macos) (formerly react-native-desktop) >= 0.14.0
- [React Native for Windows](https://github.com/Microsoft/react-native-windows)

## Examples for use RNDebugger

- [`Redux counter`](../examples/counter-with-redux)
- [`MobX counter`](../examples/counter-with-mobx) - with [`mobx-remotedev`](https://github.com/zalmoxisus/mobx-remotedev).

The examples were bootstrapped with [`create-react-native-app`](https://github.com/react-community/create-react-native-app).

## Auto-update RNDebugger app (Supported v0.5.0 after)

Currently auto-update is only supported for macOS. Linux and Windows will show a dialog of new versions available for download.
Expand Down
4 changes: 1 addition & 3 deletions docs/redux-devtools-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ See also:
- [API Reference](https://github.com/zalmoxisus/redux-devtools-extension/tree/master/docs/API)
- [Troubleshooting](https://github.com/zalmoxisus/redux-devtools-extension/blob/master/docs/Troubleshooting.md)
- Other Integrations
- [MobX](https://github.com/mobxjs/mobx)
- [`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`.
- [`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.
- [`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.

You can ignore the things specified by the browser extension.

Expand Down
11 changes: 0 additions & 11 deletions examples/counter-with-mobx/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion examples/counter-with-mobx/.watchmanconfig

This file was deleted.

6 changes: 0 additions & 6 deletions examples/counter-with-mobx/App.js

This file was deleted.

30 changes: 0 additions & 30 deletions examples/counter-with-mobx/app.json

This file was deleted.

Binary file removed examples/counter-with-mobx/assets/icon.png
Binary file not shown.
Binary file removed examples/counter-with-mobx/assets/splash.png
Binary file not shown.
24 changes: 0 additions & 24 deletions examples/counter-with-mobx/package.json

This file was deleted.

62 changes: 0 additions & 62 deletions examples/counter-with-mobx/src/containers/Counter.js

This file was deleted.

31 changes: 0 additions & 31 deletions examples/counter-with-mobx/src/stores/counter.js

This file was deleted.

Loading

0 comments on commit 2370ab6

Please sign in to comment.