react-native-controlled-input 0.12.1 → 0.12.2

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.
@@ -45,9 +45,9 @@ class ControlledInputView : LinearLayout, LifecycleOwner {
45
45
  private val focusSignal = MutableStateFlow(0)
46
46
 
47
47
  override fun onAttachedToWindow() {
48
- super.onAttachedToWindow()
49
48
  setViewTreeLifecycleOwner(this)
50
49
  lifecycleRegistry.currentState = Lifecycle.State.RESUMED
50
+ super.onAttachedToWindow()
51
51
  }
52
52
 
53
53
  override fun onDetachedFromWindow() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-controlled-input",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "React Native Controlled Inputative Controlled Input",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",