We are not using cocoapods or carthage in our products and I noticed that following the manual installation instructions in radar.io documentation failed with the react-native component.
This PR fixes that allowing for the SDK to be placed inside the ios folder.
This also fixes a typo in a method call to arrayForAlternatePlaces in RNRadarUtils.
We are not using cocoapods or carthage in our products and I noticed that following the manual installation instructions in radar.io documentation failed with the react-native component. This PR fixes that allowing for the SDK to be placed inside the
ios
folder. This also fixes a typo in a method call toarrayForAlternatePlaces
inRNRadarUtils
.