3.8.0 - Fix useFlags for React Native, prepare for realtime flags
Prior to this release, React Native was not receiving flag updates with useFlags(["flag_name"]), this is due to the event emitter not being compatible.
This release also prepares functionality for realtime flags.