A year month picker component for react native.
import yearMonthPicker.js file to your project.
detail usage you can check for the example.js file.
or open this snap in expo
A year month picker component for react native.
import yearMonthPicker.js file to your project.
detail usage you can check for the example.js file.
or open this snap in expo
| public class CustomInfoWindowAdapter implements GoogleMap.InfoWindowAdapter { | |
| private Activity context; | |
| public CustomInfoWindowAdapter(Activity context){ | |
| this.context = context; | |
| } | |
| @Override |