react-native v0.69.6 Release Notes

  • ๐Ÿ”„ Changed

    • โฌ†๏ธ Bump version of promise from 8.0.3 to 8.2.0, enabling Promise.allSettled (951538c080 by @retyui)

    ๐Ÿ›  Fixed

    Android specific

    iOS specific

    • ๐Ÿ›  Fix the way the orientation events are published, to avoid false publish on orientation change when app changes state to inactive (7d42106d4c by @lbaldy)
    • ๐Ÿ›  Fix React module build error with swift integration on new architecture mode (3afef3c167 by @Kudo)