const Messages: {[key: string]: string} = { ERROR_LISTVIEW_VALIDATION : "missing datasource or layout provider, cannot proceed without it", WARN_SCROLL_TO_INDEX: "scrollTo was called before FindRecyclerListView was measured, please wait for the mount to finish", }; export default Messages;