nn-widgets 0.1.2 → 0.1.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nn-widgets",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Expo config plugin for adding native widgets (iOS WidgetKit & Android App Widgets)",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -1044,7 +1044,7 @@ struct ${w.name}EntryView: View {
1044
1044
  .background(${bgColor})
1045
1045
  } else {
1046
1046
  GeometryReader { geometry in
1047
- let padding: CGFloat = 16
1047
+ let padding: CGFloat = 10
1048
1048
  let availableWidth = geometry.size.width - (padding * 2)
1049
1049
  let availableHeight = geometry.size.height - (padding * 2)
1050
1050