https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: a3b672582d4cb31c2de841123b624c514903cd31 authored by Nishan Bende on 27 September 2021, 10:30:13 UTC
fix: height prop not working in select
Tip revision: a3b6725
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