G-Ray / pikatorrent

BitTorrent client ⚡. For mobile, desktop & server.
https://www.pikatorrent.com
354 stars 15 forks source link

libtransmission sould be started/stopped once on native #58

Closed G-Ray closed 1 year ago

G-Ray commented 1 year ago

Currently it seems react-native-transmission is initialized/closed multiple times as the UI in useLocalNode. We should remove the init code from this react code and initialize react-transmission-native only once.

G-Ray commented 1 year ago

Fixed by 514e91b105df680a959844dfb54b124725f32ac5, but https://github.com/G-Ray/pikatorrent/issues/59 needs to be fixed