dan
dan
``` import React, { useRef } from 'react'; import { Button, View } from 'react-native'; import Toast from 'react-native-easy-toast'; const App = () => { const toastRef = useRef(); return...
Using `const animationRef = useRef()`, I'm able to reference the component via `animationRef.current.fadeOutUp()`
while `ejs` is no longer a dependency, the change to `ts-node` resolves this issue for me, thanks
Can confirm that the fix here is the `.npmrc` file containing `node-linker=hoisted`. I'm using NativeWind v4.0.36 and pnpm v8.15.5. If you have been trying other solutions, you may need to...
this seems to occur when running `toolbox.template.generate()` and occurred for me when trying to modify the file path (target) using `slice` rather than `replace`. Changing back to using `replace` seemed...
@titicarabina I don't think that passing `any` is the right solution here. We should either identify the proper types to be passed or we should define them.
This is the expected behavior for now. We will gradually introduce those options. Doing so all at once is quite daunting.
@willerrodrigo this should be fixed in v2.10.2, can you please try `npx create-expo-stack@latest`?
@sammoore how did you solve this issue re ESLint and Prettier?