Giter Club home page Giter Club logo

Comments (5)

WoodyWoodsta avatar WoodyWoodsta commented on June 17, 2024 2

It appears as though this project isn't linking correctly

from react-native-keyboard-manager.

spacewaffle avatar spacewaffle commented on June 17, 2024 1

This package is not necessary for android and causes problems. Run it only on ios like so:

if (Platform.OS === 'ios' ){
  KeyboardManager.setEnableAutoToolbar(false);
  KeyboardManager.setKeyboardDistanceFromTextField(5);
}```

from react-native-keyboard-manager.

shettayyy avatar shettayyy commented on June 17, 2024 1

I actually had to link it manually to make it work.

from react-native-keyboard-manager.

shettayyy avatar shettayyy commented on June 17, 2024

This package is not necessary for android and causes problems. Run it only on ios like so:

if (Platform.OS === 'ios' ){
  KeyboardManager.setEnableAutoToolbar(false);
  KeyboardManager.setKeyboardDistanceFromTextField(5);
}```

As you can see I am running it on Android and I did add the condition. I request someone to take a look.

from react-native-keyboard-manager.

ldco2016 avatar ldco2016 commented on June 17, 2024

Has this been resolved?

I am getting a similar error on android only. I am running RN 60.4 and so I did not manually link the library. Do I need to manually link the library?

I have it imported in my index.js file like so:

import KeyboardManager from "react-native-keyboard-manager";

and calling it like so:

KeyboardManager.setToolbarPreviousNextButtonEnable(true); in said file. Is this not correct?

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.