UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

21 lines (20 loc) 830 B
module.exports = { dependency: { platforms: { /* TODO: Once we upgrade to RN69 we should try using podspecPath again, for now I copied ReactNativeUiLib.podspec file to the root - it seems to work I copied it, because we need it for both the main uilib and the uilib-native package */ // ios: { // podspecPath: './lib/ReactNativeUiLib.podspec' // }, android: { sourceDir: './android/', packageImportPath: `import com.wix.reactnativeuilib.dynamicfont.DynamicFontPackage; import com.wix.reactnativeuilib.highlighterview.HighlighterViewPackage; import com.wix.reactnativeuilib.keyboardinput.KeyboardInputPackage;`, packageInstance: `new DynamicFontPackage(), new HighlighterViewPackage(), new KeyboardInputPackage(getApplication())` } } } };