stovmascript / react-native-version

:1234: Version your React Native or Expo app in a `npm version` fashion.
MIT License
576 stars 75 forks source link

Fails when xCode has more targets (multiple Info.plis) #313

Open carlosen14 opened 2 years ago

carlosen14 commented 2 years ago

Added a few files for UI testing, but then this RNV fails because getPlistsFilenames() returns an array with some undefined value.

I'll upload a MR for this.