We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723d175 commit 8fb8742Copy full SHA for 8fb8742
example/src/App.tsx
@@ -1,5 +1,5 @@
1
import { Text, View, StyleSheet } from 'react-native';
2
-import { Keys } from 'nostr-sdk-react-native';
+import { Keys } from '../../src';
3
4
const keys = Keys.generate();
5
0 commit comments