Weekly Update 2

I found some possible alternatives for the libraries you mentioned

rn-fetch-blob -> react-native-blob-util (fully compatible with rn-fetch-blob, ready for the bridgeless mode)
react-native-fs -> expo-file-system
react-native-device-info -> expo-device
react-native-sqlite-storage -> op-sqlite (ready for the bridgeless mode, fast), react-native-quick-sqlite, expo-sqlite

Hope they help.

1 Like