React Native + Fetch 2.0.0
1 day ago by Alexandre Brispot
- Add support for React Native's New Architecture
- Remove the need for props when instantiating a
DataDomeModal
component- Before:
<DataDomeModal onRef={ref => (DataDome.getInstance().setContainerViewRef(ref))} />
- After:
<DataDomeModal />
- Before: