Skip to content

How do I use other React Native libraries etc...in a ReactXP project? #390

Closed
@MartinOrtiz

Description

@MartinOrtiz

I'm new to a lot of stuff, I have been playing with ReactXP and like it a lot...

In general, let's say I have a "pure" React Native folder/project....

In order to use a library for RN, I would do something like this
npm i react-native-elements --save

But if I do the same for a ReactXP project, it will install the library folder inside node-modules folder.
But when I try to use it I get a whole bunch of typescript compile errors when I compile the typescript file that imports the npm-ed library.

Is there a procedure that I need to use or go throught, to be able to use "regular" React-Native libraries/kits?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions