WIP: WebView extraction - Rename android from RNC to RCT

This commit is contained in:
Jamon Holmgren
2018-09-08 17:01:05 -07:00
parent 922151ec42
commit 642620dd98
6 changed files with 37 additions and 41 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 RNCWebViewManager}.
* implementation will have to be given as a constructor argument to {@link RCTWebViewManager}.
*/
public interface WebViewConfig {