RnbWd

Results 14 issues of RnbWd

Some users are showing different connection dates between the connection card in the connection screen and the individual connection pages

Allow users to expand the invite notifications so they can see the group members

enhancement

When a user skips the password step during recovery, they are left with a small % of their total connections avail, but their backup data still exists. We should let...

enhancement
recovery

right now we are using the `useLinking()` hook and an internal react-navigation method to handle deep-linking, to fix an issue where the app is not navigating after being cold-opened with...

there might be an unnecessary permission from when we were trying to use bluetooth to pass data between devices in `info.plist`

react-native-keychain is too prone to error, react-native-sensistive-info looks more reliable. we need to fix the issue where users are losing their keypair

**Current Behavior** For the first user who upgraded to the latest version of our app, when using the swipe gesture to go back to the previous screen in the stack,...

bug
package:stack
library:react-native-screens
repro provided

**Describe the bug** After initializing the client, the `client.drive` is null. **To Reproduce** ``` const { HyperdriveClient } = require('hyperdrive-daemon-client') // found under ~/.hyperdrive/config.json const client = new HyperdriveClient('localhost:3101', 'your_access_token')...