https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 37c723ad7ed0416a406941702a33b5b86cd1f5ca authored by ankit-tailor on 03 August 2022, 06:52:35 UTC
fix: key prop
Tip revision: 37c723a
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