Commit f488690c authored by Gant Laborde's avatar Gant Laborde Committed by GitHub

Merge pull request #69 from kompot/master

Fix missing `TimeZone` import.
parents 9b8d6f9c fb48f594
......@@ -14,6 +14,7 @@ import com.facebook.react.bridge.ReactContextBaseJavaModule;
import java.util.HashMap;
import java.util.Locale;
import java.util.Map;
import java.util.TimeZone;
import javax.annotation.Nullable;
......
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