ammarahm-ed / react-native-mmkv-storage

An ultra fast (0.0002s read/write), small & encrypted mobile key-value storage framework for React Native written in C++ using JSI
https://rnmmkv.now.sh
MIT License
1.58k stars 109 forks source link

Removed conditional imports in ObjC files #259

Closed amrfarid140 closed 2 years ago

amrfarid140 commented 2 years ago

Closes https://github.com/ammarahm-ed/react-native-mmkv-storage/issues/258


This PR removes old import style for react native header files and standardises imports to be # import <React/xyz.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
rnmmkv ✅ Ready (Inspect) Visit Preview May 29, 2022 at 5:52AM (UTC)
ammarahm-ed commented 2 years ago

Perfect. thanks