Questions tagged [react-library]
4 questions
0
votes
0 answers
Add google nearby to react native library with ios native modules
I'm adding the https://github.com/google/nearby/ to ios modules in my react native library. When compiling the example I'm getting the error
No such module 'NearbyConnections
I'm adding the NearybyConnections in the Add Packages option.
I created…

Hernâni Pereira
- 312
- 4
- 19
0
votes
1 answer
Unable to use OwlCarousel in my React Project
I don't have expertise in using React Libraries and Packages. Need some help in understanding the issue I'm facing. I'm using React OwlCarousel for my Project but it shows the error:
"Cannot read properties of undefined (reading 'fn')"
Here is my…

Fuaad
- 197
- 15
0
votes
1 answer
Compile modular Sass into css when building a component library
I'm trying to build a React TS component library which is to be used in other projects.
I currently use the following script to build the project.
"build": "rimraf dist && NODE_ENV=production npx babel --extensions .ts,.tsx ./src/lib -d ./dist…

hasathcharu
- 1
- 2
0
votes
0 answers
Local react library testing .... how to achieve that?
Yesterday I asked a very specific question about how to continue with a setup I already started
please see this thread
Obviously I already started this the wrong way ... so now I'm going for a more general question:
Can you give me a detailed…

devnull69
- 16,402
- 8
- 50
- 61