Ahmed Tarek

Results 5 comments of Ahmed Tarek
trafficstars

@ulazarevic here's how i managed to get it working, a bit hacky though 1. Install `npm i react-native-text-size` 2. Go to `react-native-text-size` folder in `node_modules` then `iOS` folder 3. Find...

@rmevans9 this is my config, i believe i don't have async storage enabled. ```js .configure({ host: '192.168.1.20' }) .useReactNative({ overlay: false, }) .connect() ```

@yuritoledo My flooded reactotron thanks you sir. This should be either mentioned in the docs or marked as a bug though.

@rmevans9 maybe a hint that this line isn't optional and will result in this unexpected behavior if not added? or add this line behind the scenes because async storage is...

@rmevans9 yeah because if it weren't for my reporting about it i would've just thought that it's broken. imho, Ideally AsyncStorage should be disabled unless explicitly enabled by the user...