Code Monkey home page Code Monkey logo

Comments (8)

ammarahm-ed avatar ammarahm-ed commented on May 26, 2024 2

Fixed in 0.9.0.

from react-native-mmkv-storage.

Avinash-Gophygital avatar Avinash-Gophygital commented on May 26, 2024 1

@ammarahm-ed Please give me some solution

from react-native-mmkv-storage.

ammarahm-ed avatar ammarahm-ed commented on May 26, 2024 1

@ammarahm-ed Please give me some solution

Easy solution is change package & your code from react-native-mmkv-storage to react-native-mmk

but this is another package :/

yeap, but what different if you find more faster storage and minimum changes in your code?) mrousavy/react-native-mmkv#100 (comment)

30 min changes or waiting fix... week, month, year)))

Actually it's not my fault but react-native's that broke building the libraries in RN 0.71.0 completely. week, month,year is an exaggeration and you always send a PR to fix the issue. Performance is same.

from react-native-mmkv-storage.

anatooly avatar anatooly commented on May 26, 2024
# The `/android` folder inside `react-native`

Starting from React Native 0.71, we're not shipping the `/android` folder inside the React Native NPM package
anymore due to sizing constraints on NPM. The Android artifacts are distributed via Maven Central.
You can read more about it in this RFC:
https://github.com/react-native-community/discussions-and-proposals/pull/508

If you're a library author and you're manipulating the React Native .aar files, to extract headers,
extract `.so` files or do anything with it, you're probably doing something wrong. React Native
0.71 ships with all the necessary logic to let you consume it transparently by just using:

implementation("com.facebook.react:react-android")
// or to keep backward compatibility with older versions of React Native:
implementation("com.facebook.react:react-native:+")

You should consider refactoring your library code not to unzip/manipulate the React Native .aar files.

This README.md file is kept in this folder as some libraries are checking the existence of the `/android` folder
and failing user builds if the folder is missing.

from react-native-mmkv-storage.

anatooly avatar anatooly commented on May 26, 2024

@ammarahm-ed Please give me some solution

Easy solution is change package & your code from react-native-mmkv-storage to react-native-mmkv

from react-native-mmkv-storage.

Ahmedhamed77 avatar Ahmedhamed77 commented on May 26, 2024

same problem here

from react-native-mmkv-storage.

Ahmedhamed77 avatar Ahmedhamed77 commented on May 26, 2024

@ammarahm-ed Please give me some solution

Easy solution is change package & your code from react-native-mmkv-storage to react-native-mmk

but this is another package :/

from react-native-mmkv-storage.

anatooly avatar anatooly commented on May 26, 2024

@ammarahm-ed Please give me some solution

Easy solution is change package & your code from react-native-mmkv-storage to react-native-mmk

but this is another package :/

yeap, but what different if you find more faster storage and minimum changes in your code?) mrousavy/react-native-mmkv#100 (comment)

30 min changes or waiting fix... week, month, year)))

from react-native-mmkv-storage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.