chymtt / ReactNativeDropdownAndroid

A simple wrapper for Android's Spinner in react-native
MIT License
62 stars 22 forks source link

Breaks on RN26 #23

Open ssomnoremac opened 8 years ago

ssomnoremac commented 8 years ago

As of RN@0.26.x you have to change the way you import React .

My changes are here

Can someone check for backwards compatibility before I sumbit PR?

SebastianMueller87 commented 8 years ago

I tested it. Works fine. (RN@0.29.0) Do you submit a PR?

ssomnoremac commented 8 years ago

nope, just did.