Giter Club home page Giter Club logo

Comments (19)

douglasjunior avatar douglasjunior commented on June 8, 2024 3

The problem is that the RCTTextInput.h has been changed to RCTBaseTextInputView.h.

Please, try again whit this version below:

"react-native-keyboard-manager": "git+https://github.com/douglasjunior/react-native-keyboard-manager.git#5d572638ed9af5c191f5e90fb06c3ac84168d602"

Note that you may need to restart your Xcode and wait for indexing process.

from react-native-keyboard-manager.

douglasjunior avatar douglasjunior commented on June 8, 2024 3

I think I've been able to fix the problem. Please, try again with version 4.0.13-7.

from react-native-keyboard-manager.

joncursi avatar joncursi commented on June 8, 2024 1

Indexing was the issue for me. I kept running a build without letting Xcode index (I'm impatient 😃). After indexing, it builds on the new release!

from react-native-keyboard-manager.

ifiokjr avatar ifiokjr commented on June 8, 2024 1

Works for me now. Thanks.

from react-native-keyboard-manager.

swingywc avatar swingywc commented on June 8, 2024 1

Kindly reminder for anyone using react-native v0.52.0 should use react-native-keyboard-manager v4.0.13-5.

from react-native-keyboard-manager.

swingywc avatar swingywc commented on June 8, 2024 1

Oh... sorry for the mistake, I didn't see the note when installing this amazing package :(

from react-native-keyboard-manager.

douglasjunior avatar douglasjunior commented on June 8, 2024

Thanks for the feedback, I'll look soon.

from react-native-keyboard-manager.

douglasjunior avatar douglasjunior commented on June 8, 2024

Let me know if it works for you, I'll release a new version.

from react-native-keyboard-manager.

iwater avatar iwater commented on June 8, 2024

It's works now

from react-native-keyboard-manager.

douglasjunior avatar douglasjunior commented on June 8, 2024

Good, 4.0.13-6 released.

from react-native-keyboard-manager.

ifiokjr avatar ifiokjr commented on June 8, 2024

The fix doesn't seem to work when using Pods for the installation of React Native modules.

My Podfile looks like

# Explicitly include Yoga if you are using RN >= 0.42.0
  pod 'yoga', :path => react_native_path + '/ReactCommon/yoga'

  # Third party deps podspec link
  pod 'DoubleConversion', :podspec => react_native_path + '/third-party-podspecs/DoubleConversion.podspec'
  pod 'GLog', :podspec => react_native_path + '/third-party-podspecs/GLog.podspec'
  pod 'Folly', :podspec => react_native_path + '/third-party-podspecs/Folly.podspec'

  pod 'React', :path => react_native_path, :subspecs => [
    'Core',
    'cxxreact',
    'CxxBridge',
    'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43
    'RCTText',
    'RCTNetwork',
    'RCTWebSocket', # needed for debugging
    'RCTLinkingIOS',
    'RCTVibration',
    'RCTSettings',
    'RCTPushNotification',
    'RCTImage',
    'RCTGeolocation',
    'RCTCameraRoll',
    'RCTBlob',
    'RCTAnimation',
    'RCTActionSheet',
    'ART',
    'tvOS'
  ]

And I get this error

image

import <RCTText/RCTBaseTextInputView.h> **ERROR** | 'RCTText/RCTBaseTextInputView.h' file not found

from react-native-keyboard-manager.

douglasjunior avatar douglasjunior commented on June 8, 2024

I have no experience with Cocoapods + React-Native.

I would be happy to receive a PR with the Podfile creation.

from react-native-keyboard-manager.

ifiokjr avatar ifiokjr commented on June 8, 2024

Okay, I'll have a look into it 👍

from react-native-keyboard-manager.

douglasjunior avatar douglasjunior commented on June 8, 2024

@joncursi are you using with cocoapods?

from react-native-keyboard-manager.

csumrell avatar csumrell commented on June 8, 2024

I am getting this same error after upgrading to 0.53 and using cocoapods

Update: Somehow I got it to build after clearing my node_modules and Pods folder, running npm install, then pod install (build will fail) then running pod update. After the pod update it worked, no idea why

from react-native-keyboard-manager.

douglasjunior avatar douglasjunior commented on June 8, 2024

In fact, I dont know the better way to import the RCTBaseInputTextView.h. The way thats worked for me is:

#import <RCTText/RCTBaseTextInputView.h>

But only works after the Xcode indexing the project and try to build one or two times.

In previous release, the RCTTextInput.h was imported as:

#import "RCTTextInput.h"

But this way dont worked for RCTBaseInputTextView.h.

If anyone has a suggestion, I'll be happy.

from react-native-keyboard-manager.

benevbright avatar benevbright commented on June 8, 2024

Same here but it's resolved with the newest version as @douglasjunior said.
Thanks!

from react-native-keyboard-manager.

douglasjunior avatar douglasjunior commented on June 8, 2024

@swingywc I described this in https://github.com/douglasjunior/react-native-keyboard-manager#notes

from react-native-keyboard-manager.

bhaskardabhi-oviyum avatar bhaskardabhi-oviyum commented on June 8, 2024

I am getting /node_modules/react-native-keyboard-manager/ios/ReactNativeKeyboardManager/RCTBaseTextInputView+Hack.h:23:9: 'RCTBaseTextInputView.h' file not found

"dependencies": {
    "react": "16.8.3",
    "react-native": "0.59.8",
    "react-native-keyboard-manager": "^4.0.13-12",
 }
PODS:
  - AppAuth (0.94.0)
  - DCTAuth (3.0)
  - IQKeyboardManager (4.0.13)
  - React (0.11.0):
    - React/Core (= 0.11.0)
  - React/Core (0.11.0)
  - React/RCTText (0.11.0):
    - React/Core
  - ReactNativeKeyboardManager (4.0.13-12):
    - IQKeyboardManager (= 4.0.13)
    - React
    - React/RCTText

Any idea how to resolve that? Is this issue related to dependencies?

from react-native-keyboard-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.