Skip to content

3.8.0 - Fix useFlags for React Native, prepare for realtime flags

Choose a tag to compare

@kyle-ssg kyle-ssg released this 16 Aug 16:04
· 382 commits to main since this release

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.