mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +08:00
import HashMap
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 https://github.com/facebook/react-native/pull/14835 Differential Revision: D5375496 Pulled By: javache fbshipit-source-id: 415abb0fd257a4f871acbcb89be26b10b96a01c6
This commit is contained in:
committed by
Facebook Github Bot
parent
1ab96fd077
commit
ed04d77c2c
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user