I am adding images and UserResources.plist from podspec file. like this.
s.resources = ['ios/Assets/**/*.png', 'ios/UserResources.plist']but not getting any resources folder in react-native app after link the module.
I am adding images and UserResources.plist from podspec file. like this.
s.resources = ['ios/Assets/**/*.png', 'ios/UserResources.plist']but not getting any resources folder in react-native app after link the module.