🎯
Focusing
Highlights
- Pro
Pinned Loading
-
Podfile for working with @homee/reac...
Podfile for working with @homee/react-native-mapbox-navigation 1plugin 'cocoapods-user-defined-build-types'
2enable_user_defined_build_types!
3install! 'cocoapods', :disable_input_output_paths => true
45#use_frameworks!
-
apollo-client-setup
apollo-client-setup 1import { ApolloClient, HttpLink, InMemoryCache } from "@apollo/client";
2import { offsetLimitPagination } from "@apollo/client/utilities";
3import { setContext } from "@apollo/link-context";
4import { GRAPHQL_API_URL } from "react-native-dotenv";
5import Firebase from "./firebase";
-
React Native Search Screen Example
React Native Search Screen Example 1import { EvilIcons, Feather } from "@expo/vector-icons";
2import AppLoading from "expo-app-loading";
3import * as Expo from "expo-asset";
4import PropTypes from "prop-types";
5import React from "react";
-
Command line script for bulk json fi...
Command line script for bulk json file indexing to Elastic Search 1cat example.json | jq -c -r '.[] | {"index": {"_index": "index_name", "_type": "_doc", "_id": .id}}, .' | curl -XPOST -H "Content-Type: application/json" https://elastic_search_url/index_name/_bulk --data-binary @-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.