Skip to content

Instantly share code, notes, and snippets.

View mdydek's full-sized avatar

Michał Dydek mdydek

View GitHub Profile
import React, { FC } from "react";
import { View, Text, Alert } from "react-native";
import { Container, Button } from "../../components";
import { colors } from "../../styles";
import { useAudioRecorder } from "./useAudioRecorder";
const SAMPLE_RATE = 16000;
const Record: FC = () => {
const {