@wavemaker/rn-codegen 11.7.5-4.5693 → 11.7.5-4.5702
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
rn-codegen/package.json
CHANGED
|
@@ -40,6 +40,7 @@ import { initialize as initializeDeviceOperations } from './src/device-operation
|
|
|
40
40
|
import Lottie from 'lottie-react-native';
|
|
41
41
|
import RNRestart from 'react-native-restart';
|
|
42
42
|
import * as SplashScreen from 'expo-splash-screen';
|
|
43
|
+
import { UIPreferencesProvider } from "@wavemaker/app-rn-runtime/core/ui-preferences.context";
|
|
43
44
|
|
|
44
45
|
let _reloadApp = null;
|
|
45
46
|
|
|
@@ -313,9 +314,11 @@ class App extends BaseApp {
|
|
|
313
314
|
|
|
314
315
|
render() {
|
|
315
316
|
return (
|
|
317
|
+
<UIPreferencesProvider value={({enableRipple: appConfig.preferences.enableRipple })}>
|
|
316
318
|
<View dir={AppI18nService.isRTLLocale(this.appConfig.selectedLocale)?'rtl':null} style=\{{flex: 1, backgroundColor: themeVariables.INSTANCE.pageContentBgColor}} {...this.panResponder.panHandlers}>
|
|
317
319
|
{ this.isStarted ? super.renderApp(this.getCommonPartial()) : null}
|
|
318
320
|
</View>
|
|
321
|
+
</UIPreferencesProvider>
|
|
319
322
|
);
|
|
320
323
|
}
|
|
321
324
|
}
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@unimodules/react-native-adapter": "6.3.9",
|
|
13
|
-
"@wavemaker/app-rn-runtime": "11.7.5-4.
|
|
14
|
-
"@wavemaker/variables": "11.7.5-4.
|
|
15
|
-
"@wavemaker/rn-codegen": "11.7.5-4.
|
|
13
|
+
"@wavemaker/app-rn-runtime": "11.7.5-4.5702",
|
|
14
|
+
"@wavemaker/variables": "11.7.5-4.5702",
|
|
15
|
+
"@wavemaker/rn-codegen": "11.7.5-4.5702",
|
|
16
16
|
"axios": "^1.4.0",
|
|
17
17
|
"css-mediaquery": "^0.1.2",
|
|
18
18
|
"deprecated-react-native-prop-types": "~4.1.0",
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@unimodules/react-native-adapter": "6.3.9",
|
|
13
|
-
"@wavemaker/app-rn-runtime": "11.7.5-4.
|
|
14
|
-
"@wavemaker/variables": "11.7.5-4.
|
|
15
|
-
"@wavemaker/rn-codegen": "11.7.5-4.
|
|
13
|
+
"@wavemaker/app-rn-runtime": "11.7.5-4.5702",
|
|
14
|
+
"@wavemaker/variables": "11.7.5-4.5702",
|
|
15
|
+
"@wavemaker/rn-codegen": "11.7.5-4.5702",
|
|
16
16
|
"axios": "^1.4.0",
|
|
17
17
|
"css-mediaquery": "^0.1.2",
|
|
18
18
|
"deprecated-react-native-prop-types": "~4.1.0",
|