File tree 1 file changed +2
-0
lines changed
android/app/src/main/java/com/rnnewarchitectureapp
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 32
32
import com .facebook .react .uimanager .ViewManagerRegistry ;
33
33
import com .facebook .soloader .SoLoader ;
34
34
import com .rnnewarchitectureapp .components .AnswerViewerManager ;
35
+ import com .rnnewarchitectureapp .components .MainComponentsRegistry ;
35
36
import com .rnnewarchitectureapp .modules .MainApplicationTurboModuleManagerDelegate ;
36
37
import com .rnnewarchitectureapp .modules .NativeAnswerSolver ;
37
38
import java .lang .reflect .InvocationTargetException ;
@@ -134,6 +135,7 @@ public JSIModuleType getJSIModuleType() {
134
135
public JSIModuleProvider <UIManager > getJSIModuleProvider () {
135
136
final ComponentFactory componentFactory = new ComponentFactory ();
136
137
CoreComponentsRegistry .register (componentFactory );
138
+ MainComponentsRegistry .register (componentFactory );
137
139
138
140
final ReactInstanceManager reactInstanceManager = getReactInstanceManager ();
139
141
You can’t perform that action at this time.
0 commit comments