We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5827477 commit b2e4f73Copy full SHA for b2e4f73
react-native.config.js
@@ -8,11 +8,11 @@ module.exports = {
8
// },
9
android: {
10
sourceDir: './lib/android/',
11
- packageImportPath: `import com.wix.reactnativeuilib.dynamicfont.DynamicFontModule;
+ packageImportPath: `import com.wix.reactnativeuilib.dynamicfont.DynamicFontPackage;
12
import com.wix.reactnativeuilib.highlighterview.HighlighterViewPackage;
13
import com.wix.reactnativeuilib.keyboardinput.KeyboardInputPackage;
14
import com.wix.reactnativeuilib.textinput.TextInputDelKeyHandlerPackage;`,
15
- packageInstance: `new DynamicFontModule(),
+ packageInstance: `new DynamicFontPackage(),
16
new HighlighterViewPackage(),
17
new TextInputDelKeyHandlerPackage(),
18
new KeyboardInputPackage(getApplication())`
0 commit comments