rubiii

Results 43 comments of rubiii

@Spone You're probably right regarding our app. We've pretty much subclassed all form components and added mostly Tailwind classes via the `html_class` method and in some cases added templates to...

Silly question, but did you guys install the dependencies listed on the "Getting Started" page? https://reactnavigation.org/docs/getting-started ``` npm install @react-navigation/native npx expo install react-native-screens react-native-safe-area-context ``` I forgot those and...

@primalvinyl Here's the current (relevant) dependencies I'm running, maybe that helps: ``` ├── @react-navigation/[email protected] ├── @react-navigation/[email protected] ├── @react-navigation/[email protected] ├── @types/[email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected]...