-
### Description
I'm upgrade my RN project to `0.69.2` and got the following errors when compiling:
1. 'react/renderer/components/rncore/ShadowNodes.h' file not found
…
-
The issue is described here:
https://github.com/start-react/native-starter-kit/issues/55
To quote the above issue :
> It's fixed in NativeBase 0.5.18: #328
> But native-starter-kit dependenci…
-
The current PoC, in Diegesis, can be seen at https://github.com/Proskomma/diegesis/blob/ad625bce427af3886eb9817c61bb69334449fa65/src/pages/Browse/TextBookContent.js#L38
The main steps are
- Run a …
-
### What is the feature you are proposing?
It would be great if `Suspense` worked well in SPA!
Currently `Suspense` does not work in the content added by the SPA.
https://github.com/honojs/hon…
-
I created my blog with [styled-components](https://www.styled-components.com/) and everything worked perfectly. I think testing will help me cover all the errors and bugs that I didn't see, so I decid…
-
It seems like marked as a renderer is dying/being-abandoned. As best as I can tell markdown-it is the most similar replacement. Maybe it's time to implement a new renderer or allow a BYO-renderer api?
-
``` js
it('renders nothing', () => {
const RenderNull = React.createClass({
render: () => null
})
expect(, 'to have rendered', null)
})
```
The error message you get:
```
expected to hav…
-
I'm using Jest for snapshot testing within my application. Drugin my test:
```js
it('should match snapshot', () => {
const tree = renderer.create().toJSON();
expect(tree).toMatchSnapshot(…
-
## The devDependency [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) was updated from `6.2.1` to `6.2.2`.
🚨 [View failing branch](https://github.com/Junkan-Dashboard/rend…
-
Having a problem with the component this is using expo,
```
Invariant Violation: requireNativeComponent: "RCTImageSequence" was not found in the UIManager.
- node_modules\react-native\Libraries\R…