https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 9af8cdd0c2d3e905152f3e29224d61f07dd35a0b authored by Suraj Ahmed on 27 August 2021, 11:30:46 UTC
v3.2.0-alpha.2
Tip revision: 9af8cdd
nativebase.config.ts
import { INativebaseConfig } from 'native-base';

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