Skip to content

Instantly share code, notes, and snippets.

View Ripple-Tech's full-sized avatar

Ripple-Tech

View GitHub Profile
@adrianhajdin
adrianhajdin / search.js
Created March 18, 2023 11:31
Build and Deploy a React Native App | 2023 React Native Course Tutorial for Beginners
import React, { useEffect, useState } from 'react'
import { ActivityIndicator, FlatList, Image, TouchableOpacity, View } from 'react-native'
import { Stack, useRouter, useSearchParams } from 'expo-router'
import { Text, SafeAreaView } from 'react-native'
import axios from 'axios'
import { ScreenHeaderBtn, NearbyJobCard } from '../../components'
import { COLORS, icons, SIZES } from '../../constants'
import styles from '../../styles/search'