Fixing RCTBaseTextInputView.h path.

This commit is contained in:
Douglas Nassif Roma Junior
2018-02-25 22:27:14 -03:00
parent 7f73304c9f
commit efdb7af144
3 changed files with 4 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
#import <RCTText/RCTBaseTextInputView.h>
#import "RCTBaseTextInputView.h"
#import <Foundation/Foundation.h>
#import "IQKeyboardManager.h"