I tried too many questions, but that does not help me fix this error, maybe because I'm new to reacting to it.
here is the code that gives the error.
render() { return ( <Provider store={store}> <Navigator initialRoute={{ name: 'Wake' }} configureScene={(route, routeStack) => Navigator.SceneConfigs.FloatFromBottom} renderScene={RouteMapper} /> <Tabs /> </Provider> ); }
"React.children.only is expected to receive one child of the response." I get this error when I run it. please help. iam knows that there are many other topics published, but no one gives the correct solution to my problem.
javascript reactjs react-native react-redux
acoas
source share