Skip to content

Commit

Permalink
Merge pull request #99 from friederbluemle/mv-src
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle authored Feb 27, 2023
2 parents 0da0a68 + 232cbff commit 7faa70c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {electrodeBridge, DispatchMode} from './src/ElectrodeBridge';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-native-electrode-bridge",
"version": "1.5.27",
"description": "Low level communication bridge between React Native js and native",
"main": "js/ElectrodeBridge.js",
"main": "index.js",
"scripts": {
"build": "flow check",
"format": "prettier --write .",
Expand Down
File renamed without changes.

0 comments on commit 7faa70c

Please sign in to comment.