React Native v0.70.3 Release Notes

  • ๐Ÿ›  Fixed

    • ๐Ÿ’… Stop styles from being reset when detaching Animated.Values in old renderer (2f58e52006 by @javache)
    • โช Revert "Fix TextInput dropping text when used as uncontrolled component with defaultValue" to fix TextInputs not being settable to undefined programmatically (e2645a5) by Garrett Forbes Monroe

    Android specific

    iOS specific

    • โž• Add xcode 14 workaround (turn off signing resource bundles) for React-Core (967de03f30 by @kelset)