diff --git a/android/build.gradle b/android/build.gradle index 2848888..54e7723 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation "com.google.code.gson:gson:2.10.1" implementation("com.facebook.react:react-android") - def product_catalog_version = "15.1.1" + def product_catalog_version = "15.3.0" implementation ("de.webid-solutions:android_meta_plugin:$product_catalog_version") { changing = true diff --git a/example/src/App.tsx b/example/src/App.tsx index d296e2e..e2e66cf 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -57,12 +57,18 @@ export default function App() { }); const styles = StyleSheet.create({ + container: { + paddingHorizontal: 16, + paddingBottom: 16, + paddingTop: 64, + }, input: { height: 40, margin: 12, borderWidth: 1, padding: 10, }, + btn: { marginVertical: 8 }, }); const showAlert = (title: string, message: string) => { @@ -122,7 +128,7 @@ export default function App() { }; return ( - + @@ -164,15 +170,21 @@ export default function App() { -