https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: c57d6fd9c3e24c381f3c82ee04f19bbada7c71a7 authored by Viraj-10 on 27 September 2022, 09:55:59 UTC
Merge branch 'patch' of github.com:GeekyAnts/NativeBase into experiment-myapp
Tip revision: c57d6fd
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