This repository was archived by the owner on Feb 8, 2026. It is now read-only.
Releases: synonymdev/bitkit-react-native
Releases · synonymdev/bitkit-react-native
v1.0.0-beta.30.
What's Changed
Summary
- Bug fixes
- Performance improvements
- UI updates
- Draggable widgets
- Improved support requests
Bug Fixes, Updates, etc
- fix(wallet): types for addressTypes by @pwltr in https://github.com/synonymdev/bitkit/pull/748
- fix(wallet): Minor TabNavigator Optimizations by @coreyphillips in https://github.com/synonymdev/bitkit/pull/749
- fix: fancyslider throttle, Slideshow spark, LN CustomSetup values by @limpbrains in https://github.com/synonymdev/bitkit/pull/750
- fix(wallet): Transition Fixes by @coreyphillips in https://github.com/synonymdev/bitkit/pull/752
- fix(wallet): Tab Nav Stack Update by @coreyphillips in https://github.com/synonymdev/bitkit/pull/754
- fix(wallet): Minor Performance Updates by @coreyphillips in https://github.com/synonymdev/bitkit/pull/758
- fix(widgets): preview widget too early by @nazeh in https://github.com/synonymdev/bitkit/pull/761
- fix(wallet): More Performance Updates by @coreyphillips in https://github.com/synonymdev/bitkit/pull/760
- fix: try to close the app after Wipe App action by @limpbrains in https://github.com/synonymdev/bitkit/pull/764
- fix: sort activity by timestamp and txType by @limpbrains in https://github.com/synonymdev/bitkit/pull/767
- fix: catch errors in ldk restore flow by @limpbrains in https://github.com/synonymdev/bitkit/pull/768
- fix(ui): BottomSheet onChange handler by @pwltr in https://github.com/synonymdev/bitkit/pull/771
- Refactor: Suggestions Redux state by @pwltr in https://github.com/synonymdev/bitkit/pull/769
- chore(wallet): Remove node-libs-react-native Dependency by @coreyphillips in https://github.com/synonymdev/bitkit/pull/773
- refactor(ui): remove TabNavigator by @pwltr in https://github.com/synonymdev/bitkit/pull/774
- fix(ui): Wallet screen BottomSheet z-index by @pwltr in https://github.com/synonymdev/bitkit/pull/775
- fix: small UI fixes by @pwltr in https://github.com/synonymdev/bitkit/pull/779
- Share LDK logs by @Jasonvdb in https://github.com/synonymdev/bitkit/pull/778
- fix(suggestions): fix todos migration by @pwltr in https://github.com/synonymdev/bitkit/pull/782
- fix: getNextAvailableAddress by @limpbrains in https://github.com/synonymdev/bitkit/pull/783
- fix(widgets): fix auth widgets by @pwltr in https://github.com/synonymdev/bitkit/pull/786
- fix(wallet): Reset Transaction Object by @coreyphillips in https://github.com/synonymdev/bitkit/pull/784
- fix(ui): some UI issues on Android by @pwltr in https://github.com/synonymdev/bitkit/pull/787
- Type cleanup and bugfixes by @pwltr in https://github.com/synonymdev/bitkit/pull/788
- perf(ui): improve WalletScreen render time by @pwltr in https://github.com/synonymdev/bitkit/pull/794
- fix: run jest tests on ubuntu vm by @limpbrains in https://github.com/synonymdev/bitkit/pull/795
- fix(lightning): Fix getPendingOrders Method by @coreyphillips in https://github.com/synonymdev/bitkit/pull/797
- fix(wallet): Update Dust Limit Logic by @coreyphillips in https://github.com/synonymdev/bitkit/pull/799
- Fix GlowingBackground component by @pwltr in https://github.com/synonymdev/bitkit/pull/803
- Update README.md by @aldertnl in https://github.com/synonymdev/bitkit/pull/806
- chore: upgrade slashtags-sdk by @nazeh in https://github.com/synonymdev/bitkit/pull/808
- fix: do not wrap widgets in NestableDraggableFlatList while not editing them by @limpbrains in https://github.com/synonymdev/bitkit/pull/810
- fix(settings): Electrum Server Config screen by @pwltr in https://github.com/synonymdev/bitkit/pull/807
- refactor: Components, Text & Icons by @pwltr in https://github.com/synonymdev/bitkit/pull/809
- fix(wallet): Update Immutable Check Condition by @coreyphillips in https://github.com/synonymdev/bitkit/pull/815
- chore(wallet): Update Android NDK Version by @coreyphillips in https://github.com/synonymdev/bitkit/pull/812
- LDK update by @Jasonvdb in https://github.com/synonymdev/bitkit/pull/816
- fix(wallet): Fix max_chan_spending Error by @coreyphillips in https://github.com/synonymdev/bitkit/pull/820
- chore: add DISABLE_SLASHTAGS environment by @nazeh in https://github.com/synonymdev/bitkit/pull/819
- fix: various LN payment fixes by @limpbrains in https://github.com/synonymdev/bitkit/pull/817
- chore: react-native-ldk version bump by @Jasonvdb in https://github.com/synonymdev/bitkit/pull/821
New Features
- feat: draggable widgets by @limpbrains in https://github.com/synonymdev/bitkit/pull/745
- feat: v30 prototype updates by @pwltr in https://github.com/synonymdev/bitkit/pull/747
- feat(wallet): Implement Reselect by @coreyphillips in https://github.com/synonymdev/bitkit/pull/763
- feat: transfer flow by @pwltr in https://github.com/synonymdev/bitkit/pull/753
- feat(ui): add Update Bitkit UI by @pwltr in https://github.com/synonymdev/bitkit/pull/751
- feat(wallet): Continue Reselect Implementation by @coreyphillips in https://github.com/synonymdev/bitkit/pull/772
- feat(wallet): Finalize Reselect Implementation by @coreyphillips in https://github.com/synonymdev/bitkit/pull/776
- feat(wallet): Scan, Connect & Add Lightning Node ID's by @coreyphillips in https://github.com/synonymdev/bitkit/pull/777
- feat: unified support link by @Jasonvdb in https://github.com/synonymdev/bitkit/pull/793
- feat(lightning): Remove Unused Peers by @coreyphillips in https://github.com/synonymdev/bitkit/pull/796
- feat: new integration tests by @limpbrains in https://github.com/synonymdev/bitkit/pull/792
- feat(wallet): Improve Scanning Error Notifications by @coreyphillips in https://github.com/synonymdev/bitkit/pull/801
New Contributors
- @aldertnl made their first contribution in https://github.com/synonymdev/bitkit/pull/806
Full Changelog: synonymdev/bitkit@v1.0.0-beta.23...v1.0.0-beta.30
v1.0.0-beta.23.
What's Changed
Bug Fixes
- fix(ui): Updated Confetti workaround for iOS by @pwltr in https://github.com/synonymdev/bitkit/pull/698
- fix: reduce flickering on restore flow by @limpbrains in https://github.com/synonymdev/bitkit/pull/690
- fix(lightning): Update payWithTimeout Method by @coreyphillips in https://github.com/synonymdev/bitkit/pull/709
- fix(lightning): Slashpay Lightning Update by @coreyphillips in https://github.com/synonymdev/bitkit/pull/721
- fix: various fixes by @pwltr in https://github.com/synonymdev/bitkit/pull/714
- fix: upgrade jest to v28 by @limpbrains in https://github.com/synonymdev/bitkit/pull/676
- fix(wallet): getStore Updates by @coreyphillips in https://github.com/synonymdev/bitkit/pull/717
- fix: channel balance calculation by @Jasonvdb in https://github.com/synonymdev/bitkit/pull/723
- fix(wallet): Pass Network/Wallet Params by @coreyphillips in https://github.com/synonymdev/bitkit/pull/736
- fix: use skia@156 when running e2e tests on iOS by @limpbrains in https://github.com/synonymdev/bitkit/pull/732
- fix(wallet): Update Duplicate Check by @coreyphillips in https://github.com/synonymdev/bitkit/pull/739
- fix: a hack to transform single instance of BigInt litreal to normal … by @nazeh in https://github.com/synonymdev/bitkit/pull/741
- fix(send): add missing ReviewAndSend elements by @pwltr in https://github.com/synonymdev/bitkit/pull/738
- fix(wallet): #735 balance by @pwltr in https://github.com/synonymdev/bitkit/pull/742
- fix(widgets): facts widget icon by @pwltr in https://github.com/synonymdev/bitkit/pull/743
New Features
- feat: add bip39 passphrase support by @limpbrains in https://github.com/synonymdev/bitkit/pull/711
- feat: move to react-native-camera-kit by @limpbrains in https://github.com/synonymdev/bitkit/pull/675
- feat: add detox for ios by @limpbrains in https://github.com/synonymdev/bitkit/pull/643
- feat(profile): add QRCode image to sharing by @pwltr in https://github.com/synonymdev/bitkit/pull/712
- feat(boost): update UI by @pwltr in https://github.com/synonymdev/bitkit/pull/724
- feat(widgets): add Bitcoin facts widget by @nazeh in https://github.com/synonymdev/bitkit/pull/729
- feat: Rearrange settings by @limpbrains in https://github.com/synonymdev/bitkit/pull/727
Cleanup
- Update: v28 prototype by @pwltr in https://github.com/synonymdev/bitkit/pull/707
- Clean slashtags hacks by @nazeh in https://github.com/synonymdev/bitkit/pull/728
- perf: some small optimizations by @pwltr in https://github.com/synonymdev/bitkit/pull/725
- perf(profile): hard code staging server topic for testing by @nazeh in https://github.com/synonymdev/bitkit/pull/722
- chore(lightning): Upgrade LDK by @coreyphillips in https://github.com/synonymdev/bitkit/pull/726
- chore: move seeder topic and base url to env by @nazeh in https://github.com/synonymdev/bitkit/pull/730
- chore(lightning): Upgrade LDK by @coreyphillips in https://github.com/synonymdev/bitkit/pull/737
- Misc enhancements by @nazeh in https://github.com/synonymdev/bitkit/pull/740
Full Changelog: synonymdev/bitkit@v1.0.0-beta.19...v1.0.0-beta23
v1.0.0-beta.19.
What's Changed
- fix(widgets): update feed edit UI by @pwltr in https://github.com/synonymdev/bitkit/pull/628
- Use GitHub flavored issue templates by @pwltr in https://github.com/synonymdev/bitkit/pull/627
- feat(lightning): Add & Save Lightning Peers by @coreyphillips in https://github.com/synonymdev/bitkit/pull/629
- feat(wallet): Speed Up Transaction Signing by @coreyphillips in https://github.com/synonymdev/bitkit/pull/640
- fix: increase pan gesture zone for FancySlider component by @limpbrains in https://github.com/synonymdev/bitkit/pull/639
- fix(wallet): Optimize Receive View by @coreyphillips in https://github.com/synonymdev/bitkit/pull/649
- Fix/send to seeder by @nazeh in https://github.com/synonymdev/bitkit/pull/646
- fix(wallet): Limit Address Scanning by @coreyphillips in https://github.com/synonymdev/bitkit/pull/645
- chore(lightning): Upgrade react-native-ldk by @coreyphillips in https://github.com/synonymdev/bitkit/pull/654
- fix(wallet): Update Default Settings by @coreyphillips in https://github.com/synonymdev/bitkit/pull/656
- Feat/delete auth widget by @nazeh in https://github.com/synonymdev/bitkit/pull/650
- fix: various fixes by @pwltr in https://github.com/synonymdev/bitkit/pull/652
- fix(lightning): Fix Navigation by @coreyphillips in https://github.com/synonymdev/bitkit/pull/657
- fix(lightning): Reset Channel-Open Transactions by @coreyphillips in https://github.com/synonymdev/bitkit/pull/660
- fix: Profile styles, Welcome swipe by @pwltr in https://github.com/synonymdev/bitkit/pull/662
- fix(ui): remove unnecessary display flex by @pwltr in https://github.com/synonymdev/bitkit/pull/664
- feat(wallet): Implemented react-native-v8 by @coreyphillips in https://github.com/synonymdev/bitkit/pull/661
- fix(settings): About links by @pwltr in https://github.com/synonymdev/bitkit/pull/658
- fix(lightning): Update react-native-ldk by @coreyphillips in https://github.com/synonymdev/bitkit/pull/665
- chore: compress PNGs by @pwltr in https://github.com/synonymdev/bitkit/pull/667
- fix(ui): remove dot from PIN NumberPads by @pwltr in https://github.com/synonymdev/bitkit/pull/666
- fix(settings): types & cleanup by @pwltr in https://github.com/synonymdev/bitkit/pull/663
- fix(ui): update suggestions by @pwltr in https://github.com/synonymdev/bitkit/pull/670
- feat: move to react-native-camera-kit by @limpbrains in https://github.com/synonymdev/bitkit/pull/668
- Revert "feat: move to react-native-camera-kit" by @limpbrains in https://github.com/synonymdev/bitkit/pull/671
- fix(wallet): Filter UTXO's by @coreyphillips in https://github.com/synonymdev/bitkit/pull/672
- fix: add migration for todos by @pwltr in https://github.com/synonymdev/bitkit/pull/674
- feat(lightning): Adds Claimable Lightning Balances by @coreyphillips in https://github.com/synonymdev/bitkit/pull/638
- feat: add Widget Preview by @pwltr in https://github.com/synonymdev/bitkit/pull/677
- fix(lightning): Update react-native-ldk by @coreyphillips in https://github.com/synonymdev/bitkit/pull/678
- fix(wallet): Revert Dependency Changes by @coreyphillips in https://github.com/synonymdev/bitkit/pull/680
- fix: Workaround for Confetti on iOS by @pwltr in https://github.com/synonymdev/bitkit/pull/682
- fix: Widgets overview by @pwltr in https://github.com/synonymdev/bitkit/pull/683
- fix clean scripts not working on windows, add doc by @varsnotwars in https://github.com/synonymdev/bitkit/pull/679
- docs: add docs for development & build by @pwltr in https://github.com/synonymdev/bitkit/pull/684
- fix(lightning): Fix Lightning Invoice Generation Logic by @coreyphillips in https://github.com/synonymdev/bitkit/pull/687
- fix(lightning): Fix Pending Lightning Balance by @coreyphillips in https://github.com/synonymdev/bitkit/pull/685
- fix(lightning): Update Lightning Send Check by @coreyphillips in https://github.com/synonymdev/bitkit/pull/688
- fix(lightning): Add Warning Dialog For Lightning TXs by @coreyphillips in https://github.com/synonymdev/bitkit/pull/686
- feat: show version and build in settings menu by @Jasonvdb in https://github.com/synonymdev/bitkit/pull/689
- fix(widgets): crash when adding widget by @pwltr in https://github.com/synonymdev/bitkit/pull/693
- fix(wallet): Remove Pending Balances On Android by @coreyphillips in https://github.com/synonymdev/bitkit/pull/692
- fix(ui): disable workaround for Android by @pwltr in https://github.com/synonymdev/bitkit/pull/694
- fix(scan): freeze on Android by @pwltr in https://github.com/synonymdev/bitkit/pull/695
- fix(lightning): Fix Fee Dialog by @coreyphillips in https://github.com/synonymdev/bitkit/pull/696
- fix(lightning): Increase Lightning Invoice Expiry by @coreyphillips in https://github.com/synonymdev/bitkit/pull/697
Full Changelog: https://github.com/synonymdev/bitkit/commits/v1.0.0-beta.19