react-native/ReactAndroid/src/androidTest
David Vacca 506f920838 Remove UIImplementationProvider class and refactor UIManagerModule
Summary:
@public
This diff deprecates and deletes the UIImplementationProvider class.

It is not required to create an UIImplementation provider anymore, from now on the UIImplementation is created inside the UIManagerModule.

If you are using the UIImplementationProvider to create a ReactInstanceManager
e.g.:

```
    ReactInstanceManager =
        getReactInstanceManagerBuilder()
            ...
            .setUIImplementationProvider(...)
            ...
            .build();
```

Then you should just remove that line:
```
    ReactInstanceManager =
        getReactInstanceManagerBuilder()
            .set.....
            .build();
```

Reviewed By: achen1

Differential Revision: D8650376

fbshipit-source-id: 8d883295d8bf6578a99685edf6a2a84c6d0df0cf
2018-06-26 23:46:57 -07:00
..
assets Skylarkify RN defs. 2018-02-08 09:47:28 -08:00
buck-runner Re-format BUCK to use recommended style. 2018-05-20 23:24:51 -07:00
java/com/facebook/react Remove UIImplementationProvider class and refactor UIManagerModule 2018-06-26 23:46:57 -07:00
js Don't pass additional args to requireNativeComponent in .android.js files 2018-06-10 15:38:32 -07:00
AndroidManifest.xml fixed instrumentation tests crashes in emulator 2016-03-03 07:30:35 -08:00