Skip to content

Commit

Permalink
fix: plugin build for expo
Browse files Browse the repository at this point in the history
  • Loading branch information
numandev1 committed Sep 26, 2023
1 parent 39c27ca commit f08337c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exampleExpo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function App() {
const value1 = RNKeys.secureFor('secure3');
console.log(value1, 'value1');
setJniValue(value1);
const value2 = RNKeys.sdads;
const value2 = RNKeys.APP_NAME;
setPublicValue(value2);
}, []);
return (
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"ios",
"cpp",
"app.plugin.js",
"plugin/build",
"keysAndroid.js",
"keysIOS.js",
"react-native-keys.podspec",
Expand Down

0 comments on commit f08337c

Please sign in to comment.