Environment
Description
I ran the SwiftExample with the addition of initialProperties when initializing ReactNativeView. However I am unable to see these properties in the Javascript code.
This appears to be due to initialProperties not being passed through here:
|
return ReactNativeViewController(moduleName: moduleName) |
Environment
Description
I ran the SwiftExample with the addition of initialProperties when initializing ReactNativeView. However I am unable to see these properties in the Javascript code.
This appears to be due to initialProperties not being passed through here:
react-native-brownfield/ios/ReactNativeView.swift
Line 11 in 104a227