-
I've come across with the same issue this repo reproduces.
Have you managed to get it solved?
-
When I run `npm install`, then `npm start`, this happens.
```
ERROR in ./~/react-toolbox/lib/checkbox/Checkbox.js
Module not found: Error: Can't resolve 'react-style-proptype' in '/Users/waleo/Co…
-
For easy use of lnd wihin other apps, we could extract the react native layer into a module that could be easily be fetched.
- [ ] Pull the iOS (https://github.com/lightninglabs/lightning-app/tree/…
-
Trying to use this in my react native project, get the following error:
```
> mocha --compilers js:mocha-react-native/init --recursive src/**/__tests__/*.test.js
module.js:472
throw err;
…
-
#### .flowconfig
```
...
[libs]
node_modules/react-native/Libraries/react-native/react-native-interface.js
node_modules/react-native/flow
flow/
...
```
#### index.js
```javascript
imp…
-
I encounted a issue with React `Invalid hook call` error when using this module inside a library module which is linked into another project via `npm link` and I think the way this module interacts wi…
-
- [ ] React / React DOM
- [ ] [clsx](https://github.com/lukeed/clsx) / [classnames](https://github.com/JedWatson/classnames)
- [ ] CSS-in-JS / [emotion](https://github.com/emotion-js/emotion) / [sty…
-
### Link to the code that reproduces this issue
https://github.com/moltco/simple-consumer-2
### To Reproduce
1. Clone sample TypeScript module package: `git clone https://github.com/moltco/simple-p…
-
### Problem: What is happening?
Button component is passing props to html DOM elements that have no effect on UI [1] and are not recognized by the browser as HTML valid attributes [2]
Styled Com…
-
My babel config file:
`babel.config.js`
```js
module.exports = {
presets: ['module:@react-native/babel-preset'],
plugins: [
['react-native-reanimated/plugin', {processNestedWorklets: t…