Android only for now
yarn add react-native-async-storage-snappy
react-native link react-native-async-storage-snappy
AsyncStorage currently doesn't provide a way of swapping out the backend implementation, so for now you can fork react-native and cherry-pick the commit from this PR
When it's merged, you will instead be able to do AsyncStorage.setBackend(AsyncSnappyStorage)
PRs welcome!