ignite-andross icon indicating copy to clipboard operation
ignite-andross copied to clipboard

currentlyFocusedField is deprecated and will be removed in a future release. Use currentlyFocusedInput

Open DeVoresyah opened this issue 4 years ago • 0 comments

"dependencies": {
    "@react-native-community/masked-view": "^0.1.10",
    "react-native-gesture-handler": "^1.6.1",
    "react-native-safe-area-context": "^3.0.7",
    "react-native-safe-area-view": "^1.1.1",
    "react-native-screens": "^2.9.0",
    "react-navigation": "^4.0.0",
    "react-navigation-stack": "^1.10.3",
    "react-navigation-tabs": "^2.5.6",
}

I've generated a container and import it into AppNavigation. Let's say ProductDetail, then when I navigate from Home to ProductDetail I got this error:

currentlyFocusedField is deprecated and will be removed in a future release. Use currentlyFocusedInput 
Transitioner@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:130230:36
StackView@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:126247:36
Navigator@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:108807:38
KeyboardAwareNavigator@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:113344:38
NavigationContainer@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:112819:38
NavigatorReduxWrapper@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:112386:38
ReduxNavigation@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:107633:36
ConnectFunction@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:106069:43
RCTView
RootContainer@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:107529:36
ConnectFunction@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:106069:43
Provider@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:105657:21
App@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:104276:36
RCTView
RCTView
RCTView
AppContainer@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:68641:22

*NOTE: ProductDetail screen is a blank screen that just generated by Ignite CLI

DeVoresyah avatar Aug 23 '20 09:08 DeVoresyah