Skip to content

Commit

Permalink
fixup! Simplify our React Native integration
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Oct 23, 2023
1 parent 345ef21 commit b4c54a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Please see [index.js](./src/index.js) for the list of plugins in this repo. Thes
Fist, add this library to your project:

```sh
npm i -s edge-exchange-plugins
yarn add edge-exchange-plugins
```

### Node.js
Expand Down Expand Up @@ -42,7 +42,7 @@ The bundle located in `dist/edge-exchange-plugins.js` will automatically registe
<script src='https://example.com/app/dist/edge-exchange-plugins.js'>
```
If you want to debug this project, run `yarn start` to start the a Webpack server,
If you want to debug this project, run `yarn start` to start a Webpack server,
and then adjust your script URL to http://localhost:8083/edge-exchange-plugins.js.
### React Native
Expand All @@ -58,7 +58,7 @@ import { pluginUri } from 'edge-exchange-plugins'
/>
```
To debug this project, run `yarn start` to start the a Webpack server, and then use `debugUri` instead of `pluginUri`.
To debug this project, run `yarn start` to start a Webpack server, and then use `debugUri` instead of `pluginUri`.
## edge-react-gui
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"biggystring": "^4.1.3",
"cleaners": "^0.3.13",
"ethers": "^5.7.0",
"regenerator-runtime": "0.13.11",
"xrpl": "^2.10.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4615,7 +4615,7 @@ redux@^4.2.0:
dependencies:
"@babel/runtime" "^7.9.2"

regenerator-runtime@^0.13.11:
regenerator-runtime@0.13.11, regenerator-runtime@^0.13.11:
version "0.13.11"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
Expand Down Expand Up @@ -5381,7 +5381,7 @@ typeforce@^1.11.5:
resolved "https://registry.yarnpkg.com/typeforce/-/typeforce-1.18.0.tgz#d7416a2c5845e085034d70fcc5b6cc4a90edbfdc"
integrity sha512-7uc1O8h1M1g0rArakJdf0uLRSSgFcYexrVoKo+bzJd32gd4gDy2L/Z+8/FjPnU9ydY3pEnVPtr9FyscYY60K1g==

typescript@~4.4.0:
typescript@~4.4.4:
version "4.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
Expand Down

0 comments on commit b4c54a4

Please sign in to comment.