Davyd NRB
Davyd NRB
you need to add a `QUERY_ALL_PACKAGES` permission: ```html ``` more: https://github.com/react-native-share/react-native-share/issues/1009#issuecomment-824101426
you need to add a `QUERY_ALL_PACKAGES` permission: ```html ``` more: https://github.com/react-native-share/react-native-share/issues/1009#issuecomment-824101426
so long wip, I will use more contrbuting friendly pkg [react-native-mmkv](https://github.com/mrousavy/react-native-mmkv)
typescript 4.2 support XML syntax in JSX (`{...}`): https://github.com/microsoft/TypeScript/issues/41601#issuecomment-759298318 I think we can officially add ts defenintions for `fbt` package!
```tsx // Before import {fbt} from 'fbt'; ; // After import {fbt} from 'fbt'; // never used, so eslint 100% right React.createElement("fbt"); ``` ```tsx // you can ignore it using...
I usually use `toString`: ```js ```
More easily maintain RN updates by using [react-native-test-app](https://github.com/microsoft/react-native-test-app) Here is a video of how it works in Microsoft https://www.youtube.com/watch?v=DAEnPV78rQc
@PierreGUI I work on migration, and I just need help with the method `d3.layout.stack`
@PierreGUI > I'm wondering about your mixins, will you move away from it now that they are deprecated? Yes i know about the problem the following commit will just help...