Skip to content

Commit

Permalink
import HashMap
Browse files Browse the repository at this point in the history
Summary:
Project won't build otherwise

<!--
Thank you for sending the PR!

If you changed any code, please provide us with clear instructions on how you verified your changes work. In other words, a test plan is *required*. Bonus points for screenshots and videos!

Please read the Contribution Guidelines at https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md to learn more about contributing to React Native.

Happy contributing!
-->
Closes #14835

Differential Revision: D5375496

Pulled By: javache

fbshipit-source-id: 415abb0fd257a4f871acbcb89be26b10b96a01c6
  • Loading branch information
Billydubb authored and facebook-github-bot committed Jul 6, 2017
1 parent 1ab96fd commit ed04d77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/NativeModulesAndroid.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import com.facebook.react.bridge.ReactContextBaseJavaModule;
import com.facebook.react.bridge.ReactMethod;

import java.util.Map;
import java.util.HashMap;

public class ToastModule extends ReactContextBaseJavaModule {

Expand Down

0 comments on commit ed04d77

Please sign in to comment.