fixing db name format

This commit is contained in:
balzack 2023-03-05 17:42:53 -08:00
parent f66f9bfbbe
commit 555f47496c

View File

@ -1,7 +1,7 @@
import { useEffect, useState, useRef, useContext } from 'react';
import SQLite from "react-native-sqlite-storage";
const DATABAG_DB = 'db_v_132.db';
const DATABAG_DB = 'db_v133.db';
export function useStoreContext() {
const [state, setState] = useState({});