wallaceturner
wallaceturner
do you know if any of the forks have attempted this? is there otherwise any update on how hard this would be to implement or whether its in the pipeline....
do you specifically need to use `onSelectedTabchange`? could you use the `onAction` method e.g. ``` {console.log('action', e); return e;}}/> ``` the action object `e` has a type field equal to...
thanks for your reply. how about if i made a pull request whereby you can pass down `extra` which gets assigned into `TabNode` - something like this `const newNode =...
because it is serialized on save?
the component is showing data that has been loaded from an api call - in this case the data is already loaded however if the component had to fetch it...
@rorychatterton same for me on windows 11 - requires `choco install virtualbox` which is what i was trying to avoid
Recreate 1) `expo init` 2) Select 'Typescript Minimal` 3) `yarn add --dev react-native-sass-transformer node-sass` 4) Create file `App.scss` and paste in css from your instructions 5) Modify `App.tsx` a) comment...
would you be able to send me your working project so i can diff the two to resolve the problem?
Thanks. your project does not work for me either. same result as before. here is a screenshot https://imgur.com/a/bNAG12T what command are you using to run your project? your project looks...
Yes, sorry I omitted the crucial instruction apologies! Could you please detail the extra setup?