Amed

Results 7 comments of Amed

This plugin is not maintained anymore. If you want to use Prisma with Nexus check this example: https://github.com/prisma/prisma-examples/tree/latest/typescript/graphql This is the doc for implementing this plugin: https://nexusjs.org/docs/plugins/prisma/overview

Same here 👍 `react-native 0.55.4` `react-native-audio-streaming` latest (including master branch)

It supports rtl content, you just need to add: ``` ```

use es6 concatenating shortcut: ``` setInterval(() => { const newObject = { image: 'https://placekitten.com/200/240', text: 'Chloe3', } this.setState({ data: [...this.state.data, newObject] }) }, 1500) ```

This is confirmed on `v4.16.2` ``` Warning: An update to Menu inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped...

It is a fat js file. After debugging, it turns out that the home screen do reRendering a child component which has

We had to ignore it, throughout `console.ignoredYellowBox = ['Warning: setStat(...):']` We could not prevent the parent homeView from re-rendering several times.