Dijup Tuladhar
Dijup Tuladhar
I populate my listview through script once my data get loaded from the server using ajax call, and display it is page. When I implemented the sort option it shows...
It just displays me "[?]" mark OS: mac Platform: IOS "react-native": "0.61.5", react-native-ionicons: "^5.0.0-beta",
will it be possible to provide an example for AsyncStorage when I tried it says "Possible Unhandled Promise Rejection (id: 0): TypeError: Cannot read property 'hasOwnProperty' of null"
modules "react": "17.0.2", "react-native": "^0.67.1", "react-native-web-webview": "^1.0.2", "react-native-webview": "^11.17.1", warning " > [email protected]" has unmet peer dependency "file-loader@*". warning " > [email protected]" has unmet peer dependency "react-native-web@*". Please suggest
Its not working in IOS for react-native version 0.62`❌ /Users/dijuptuladhar/Project/react-native/tunner/node_modules/react-native-recording/lib/ios/Recording.h:2:9: 'React/RCTEventEmitter.h' file not found `
any plan to update this to current react native version
``` Gem::GemNotFoundException: can't find gem bundler (= 2.3.14) with executable bundle /usr/local/lib/ruby/site_ruby/3.1.0/rubygems.rb:265:in `find_spec_for_exe' /usr/local/lib/ruby/site_ruby/3.1.0/rubygems.rb:245:in `bin_path' /usr/local/lib/ruby/site_ruby/3.1.0/bundler/rubygems_integration.rb:178:in `bin_path' /usr/local/lib/ruby/site_ruby/3.1.0/bundler/shared_helpers.rb:283:in `set_bundle_variables' /usr/local/lib/ruby/site_ruby/3.1.0/bundler/shared_helpers.rb:76:in `set_bundle_environment' /usr/local/lib/ruby/site_ruby/3.1.0/bundler/cli/exec.rb:20:in `run' /usr/local/lib/ruby/site_ruby/3.1.0/bundler/cli.rb:483:in `exec' /usr/local/lib/ruby/site_ruby/3.1.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run' /usr/local/lib/ruby/site_ruby/3.1.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command' /usr/local/lib/ruby/site_ruby/3.1.0/bundler/vendor/thor/lib/thor.rb:392:in...
const persistAtom = (key) => ({ setSelf, onSet }) => { setSelf(() => { let data = storage.getString(key); if(data != null){ return JSON.parse(data); }else { return new DefaultValue(); } });...
Have anyone tried to sort the output by dragging so that user will have the option to arrange the order of the selection. similar request [https://github.com/dbrekalo/fastselect/issues/18](url)