Tech Stack is React Native, React Native Navigation, UI Kitten, React Reanimation, React Native Gesture Handler and Typescript.
Set up UI Kitten and linked it to React Native Navigation systems. Currently using a dark eva theme and various UI Kitten components
Using React Native Voice for Speech to Text functions that scans for the word 'keyword' and shows an alert
Created for basic game design. Creates an isomorphic grid laid out according to a 2 dimensional array contained in terrain.tsx. Adds additional tiles above the terrain layer to display an isomorphic game map. Converts cartesian coordinates to isomorphic coordinates.
Added pan, pinch to zoom and double tap gestures. Created a draggable box component that can wrap any other component and make it panable and zoomable.