https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 342191368f26c4fe2255035582fdf0a2f0dd3d2c authored by cyrus25 on 19 July 2022, 06:50:59 UTC
fix: reverted onToggle example
Tip revision: 3421913
nativebase.config.ts
import { INativebaseConfig } from 'native-base';

export default {
  dependencies: {
    'linear-gradient': require('expo-linear-gradient').LinearGradient,
  },
  // strictMode: 'warn',
} as INativebaseConfig;
back to top