1.0.6 • Published 3 months ago

gameup-react v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

Import {setAppKey , submitScore} from "libraryNameOnNpm/gameup"

برای ایمپورت توابع دیگر میتواند اسم تابع را به همراه کاما در { } اضافه کنید

useEffect(() => {
    addGameupListener();

    return () => {
        removeGameupListener();
    };
}, []);
  useEffect(() => {
    
    const run = async () => {
      const [userData, userState] = await getUser();
    };

    run();
  }, []);

1.0.6

3 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

5 months ago

1.0.1

7 months ago

1.0.0

8 months ago