From f08337cfc36b6516c0b08747c95825147dc6d7f6 Mon Sep 17 00:00:00 2001 From: Muhammad Numan Date: Tue, 26 Sep 2023 15:35:59 +0500 Subject: [PATCH] fix: plugin build for expo --- exampleExpo/src/App.tsx | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/exampleExpo/src/App.tsx b/exampleExpo/src/App.tsx index e157a00..789bb52 100644 --- a/exampleExpo/src/App.tsx +++ b/exampleExpo/src/App.tsx @@ -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 ( diff --git a/package.json b/package.json index 199efe8..1463b5e 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "ios", "cpp", "app.plugin.js", + "plugin/build", "keysAndroid.js", "keysIOS.js", "react-native-keys.podspec",