File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,10 @@ dependencies {
91
91
implementation " com.facebook.react:react-native:+"
92
92
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
93
93
94
- implementation ' com.expofp:common:4.9.6 '
95
- implementation ' com.expofp:fplan:4.9.6 '
94
+ implementation ' com.expofp:common:4.10.0 '
95
+ implementation ' com.expofp:fplan:4.10.0 '
96
96
97
- implementation ' com.expofp:crowdconnected:4.9.6 '
97
+ implementation ' com.expofp:crowdconnected:4.10.0 '
98
98
implementation ' net.crowdconnected.android.core:android-core:2.0.2'
99
99
implementation ' net.crowdconnected.android.ips:android-ips:2.0.2'
100
100
implementation ' net.crowdconnected.android.geo:android-geo:2.0.2'
Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ class ExpofpViewManager : SimpleViewManager<View>() {
32
32
return view;
33
33
}
34
34
35
+ override fun onDropViewInstance (view : SharedFplanView ) {
36
+ view.destroy()
37
+ super .onDropViewInstance(view)
38
+ }
39
+
35
40
@ReactProp(name = " settings" )
36
41
fun setSettings (view : SharedFplanView , settingsMap : ReadableMap ? ) {
37
42
println (" setSettings: $settingsMap " )
You can’t perform that action at this time.
0 commit comments