UNPKG

create-automaticgpt-template

Version:

AutomaticGPT - A production-ready Expo template with AI chat, authentication, conversation management, analytics, and sharing features

8 lines (6 loc) 259 B
import { configureReanimatedLogger, ReanimatedLogLevel } from 'react-native-reanimated'; // Configure Reanimated logger to disable strict mode warnings configureReanimatedLogger({ level: ReanimatedLogLevel.warn, strict: false, // Disable strict mode });