https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: b1293fc66f32a082541cb6374e16dd99e5c951df authored by amars29 on 20 October 2021, 09:05:05 UTC
fix: updated buttongroup example
Tip revision: b1293fc
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