mg-library 1.0.400 → 1.0.402

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.
Files changed (2) hide show
  1. package/blocks.js +1 -1
  2. package/package.json +1 -1
package/blocks.js CHANGED
@@ -101,7 +101,7 @@ export function MGLogin(props) {
101
101
  Keyboard.removeAllListeners("keyboardDidShow");
102
102
  Keyboard.removeAllListeners("keyboardDidHide");
103
103
  };
104
- }, [register]);
104
+ }, []);
105
105
 
106
106
  const insets = useSafeAreaInsets();
107
107
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.400",
3
+ "version": "1.0.402",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {