Commit 64499ba5 authored by Radek Czemerys's avatar Radek Czemerys Committed by GitHub

Fix typo in comment

parent d60261f2
......@@ -21,7 +21,7 @@ public class PickerViewPackage implements ReactPackage {
return Arrays.<NativeModule>asList(new PickerViewModule(reactContext));
}
// Deprecated RN 0.47
// Depreciated RN 0.47
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment