Giter Club home page Giter Club logo

Comments (26)

BenoitSerrano avatar BenoitSerrano commented on May 24, 2024 16

Hey @nicholaslee119 :) Any update on the fix release date ? :)

from react-native-checkbox.

flo5324 avatar flo5324 commented on May 24, 2024 8

Just installed v0.4.2 but getting the error Unable to resolve path to module '@react-native-community/checkbox'
Import works fine, but I cannot get autocompletion for this components' props.

from react-native-checkbox.

flo5324 avatar flo5324 commented on May 24, 2024 8

Just installed v0.5.3
Typings seems ok, but I still get the error "Unable to resolve path to module '@react-native-community/checkbox'"
I tried to delete node_modules and clear intellij's cache/restart

from react-native-checkbox.

unnamed92 avatar unnamed92 commented on May 24, 2024 7

Any progress so far?

from react-native-checkbox.

irekrog avatar irekrog commented on May 24, 2024 7

Hi @nicholaslee119

Looks like 0.4.1 doesn't work with TypeScript.

import CheckBox from '@react-native-community/checkbox';

Cannot find module '@react-native-community/checkbox' or its corresponding type declarations.

I think maybe this is a problem with
"types": "dist/CheckBox.d.ts" in package.json library because this file doesn't exists

from react-native-checkbox.

nicholaslee119 avatar nicholaslee119 commented on May 24, 2024 6

@irekrog
Thanks for your report, we would fix this bug as soon as possible

from react-native-checkbox.

nicholaslee119 avatar nicholaslee119 commented on May 24, 2024 4

v0.4.2 was released, Typescript support is fixed.
Thank you for your patience, Try it if there is any problem let us known, please

from react-native-checkbox.

tamirla avatar tamirla commented on May 24, 2024 4

Just installed v0.4.2 but getting the error Unable to resolve path to module '@react-native-community/checkbox'
Import works fine, but I cannot get autocompletion for this components' props.

Have you ever tried to restart your IDE?

I also have this "Unable to resolve" error in VSCode, tried to restart IDE but error remains. Using 0.4.2

from react-native-checkbox.

vlad-gm avatar vlad-gm commented on May 24, 2024 2

Does anybody have an update of this?

from react-native-checkbox.

billnbell avatar billnbell commented on May 24, 2024 2

This was never resolved. So here is a solution.

create an index.js in node_modules/@react-native-community/checkbox. Put in it:

import CheckBox from './dist/CheckBox';

export default CheckBox;

Will create a PR. master...billnbell:master

from react-native-checkbox.

nicholaslee119 avatar nicholaslee119 commented on May 24, 2024 1

https://github.com/react-native-community/react-native-checkbox/tree/typescript/main
↑ I made a new branch which name is typescript/main , let us work on it

from react-native-checkbox.

nicholaslee119 avatar nicholaslee119 commented on May 24, 2024 1

Sorry for the delay, 0.5.2 was just released to fix this bug

from react-native-checkbox.

JonasWho avatar JonasWho commented on May 24, 2024 1

I'm also getting this error with Flow

"@react-native-community/checkbox": "^0.5.6"

from react-native-checkbox.

nicholaslee119 avatar nicholaslee119 commented on May 24, 2024

Agree with that, and we should TypeScriptify the test files

from react-native-checkbox.

LanaIV avatar LanaIV commented on May 24, 2024

Impossible to use this module on TS project, when this feature will be released?

from react-native-checkbox.

nicholaslee119 avatar nicholaslee119 commented on May 24, 2024

0.4.0 was just released, it supports for TypeScript. please try it.

from react-native-checkbox.

flavio0567 avatar flavio0567 commented on May 24, 2024

@irekrog I'm facing the same issue :(

Looks like 0.4.1 doesn't work with TypeScript.

import CheckBox from '@react-native-community/checkbox';

Cannot find module '@react-native-community/checkbox' or its corresponding type declarations.

from react-native-checkbox.

orihero avatar orihero commented on May 24, 2024

6 months later ...
No update!???

from react-native-checkbox.

nicholaslee119 avatar nicholaslee119 commented on May 24, 2024

Just installed v0.4.2 but getting the error Unable to resolve path to module '@react-native-community/checkbox'
Import works fine, but I cannot get autocompletion for this components' props.

Have you ever tried to restart your IDE?

from react-native-checkbox.

studentenfutter1 avatar studentenfutter1 commented on May 24, 2024

Having the same problem. Everything installed but error Module not found: Can't resolve '@react-native-community/checkbox' still persists.

from react-native-checkbox.

mulssoni avatar mulssoni commented on May 24, 2024

"@react-native-community/checkbox": "^0.5.6"
And I'm getting the error with Typescript...

from react-native-checkbox.

maullerz avatar maullerz commented on May 24, 2024

in package.json:
"main": "dist/CheckBox",

in dist dir:
Screenshot 2020-12-18 at 14 19 38

obviously, eslint can't handle that situation

from react-native-checkbox.

singhvivek2503 avatar singhvivek2503 commented on May 24, 2024

Any updates?

from react-native-checkbox.

ogard avatar ogard commented on May 24, 2024

It's still an issue. Any updates?

from react-native-checkbox.

billnbell avatar billnbell commented on May 24, 2024

Wow still issue!

from react-native-checkbox.

dexark avatar dexark commented on May 24, 2024

Have added the above index.js to node_modules, but still getting same error, using latest version ^0.5.7.
Anyone else got a fix for this?

from react-native-checkbox.

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.