Jpadilla1 / react-native-ios-charts

Bringing iOS Charts to React Native
MIT License
587 stars 66 forks source link

Remove SwiftyJSON array casting #62

Closed gjacobrobertson closed 7 years ago

gjacobrobertson commented 7 years ago

Was getting runtime errors from attempting to cast array objects. This pull request introduces the use of map to get arrays out of SwiftyJSON objects and avoids the use of casting.