0
params(initial propsのような)をネイティブのルートコンポーネントに渡すことはできますか?paramsをルートコンポーネントに渡す
E.G.
import { AppRegistry } from 'react-native'
import { Volcalc } from './app'
AppRegistry.registerComponent('volcalc_m',() => Volcalc({height:10,width:10}))
私はエラーを取得しています:
Volcalc
として
Unable to execute JS call: fbBatchedBridge is undefined