Skip to content

Instantly share code, notes, and snippets.

@dsdstudio
Created July 14, 2016 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsdstudio/41720139c75ed2158e8923384b8a4694 to your computer and use it in GitHub Desktop.
Save dsdstudio/41720139c75ed2158e8923384b8a4694 to your computer and use it in GitHub Desktop.
Arrays.asList 리턴값 타입 패러미터 정의방법
@Override
public List<NativeModule> createNativeModules(ReactApplicationContext reactContext) {
return Arrays.<NativeModule>asList(new ToastModule(reactContext));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment