use-context-selector
                                
                                
                                
                                    use-context-selector copied to clipboard
                            
                            
                            
                        Issue is back, missing some kind of export for react native.
Works with fix from 1.4.3, but broken again on 1.4.4
@antFrancon Do you have any idea?
@disrae I believe we need you to provide the versions of react-native and metro that you are using, as well as your metro.config.js file.
- Are you using Expo ?
 
Ah, pardon.
expo: no
react-native: 0.68.7
metro: 0.67.0
metro.config
module.exports = {
  transformer: {
    getTransformOptions: async () => ({
      transform: {
        experimentalImportSupport: false,
        inlineRequires: false,
      },
    }),
  },
};
                                    
                                    
                                    
                                
Is it just me? I'll give it another whirl, see if maybe I did something wrong.
https://www.npmjs.com/package/use-context-selector/v/2.0.0-beta.0 is published. Please give a try. If there's a problem, please open a new issue.