Renamed RNC on android too to stay consistent with iOS

This commit is contained in:
Thibault Malbranche
2018-09-19 01:19:06 +02:00
parent 68ca85141a
commit fcc35cec09
5 changed files with 47 additions and 47 deletions
@@ -4,7 +4,7 @@ import android.webkit.WebView;
/**
* Implement this interface in order to config your {@link WebView}. An instance of that
* implementation will have to be given as a constructor argument to {@link RCTWebViewManager}.
* implementation will have to be given as a constructor argument to {@link RNCWebViewManager}.
*/
public interface WebViewConfig {