TypeError: Cannot read properties of undefined (reading 'configurations') from @react-native-community/cli-platform-ios

Viewed 371

i recently updated react-native to 0.69 and with it react-native-reanimated 2.8 not working so than i decided to install react-native 0.68.2 again but when starts react-native run-android it's getting error. now my all react-native projects with 0.68.2 showing same error. please guys help me out.enter image description here

1 Answers

// const configurations = userConfig.configurations || []; let configurations="";

Related