NTP-7916 | React Native Version Bump (#1011)

Co-authored-by: varnit goyal <github.cicd@navi.com>
Co-authored-by: Varnit Goyal <varnit.goyal@navi.com>
This commit is contained in:
Mantri Ramkishor
2024-11-20 10:47:47 +05:30
committed by GitHub
parent 89c268f9ce
commit 690e235026
20 changed files with 1579 additions and 991 deletions

8
react-native.config.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
project: {
ios: {},
android: {
unstable_reactLegacyComponentNames: ['FastImageView', 'FlashList'],
},
},
};