Skip to content
View ltsharma's full-sized avatar
🏠
⚛️ 🚜
🏠
⚛️ 🚜
Block or Report

Block or report ltsharma

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ltsharma/README.md

Pinned

  1. expo-sqlite-query-helper expo-sqlite-query-helper Public

    SQLite query helper library for expo-sqlite

    TypeScript 9 5

  2. react-formr react-formr Public

    React Former

    TypeScript 5

  3. react-native-guide-mark react-native-guide-mark Public

    React Native Guide Marks

    TypeScript 17 2

  4. appWithUseCallback.js appWithUseCallback.js
    1
    export default ()=>{
    2
    	const [childState, setChildState] = useState(0);
    3
    	//using useCallback
    4
    	const awesomeChildListRenderItem = useCallback(
    5
    	    ({ item }) => (
  5. .eslintrc.js .eslintrc.js
    1
    module.exports = {
    2
      env: {
    3
        browser: true,
    4
        es6: true,
    5
        'react-native/react-native': true,