react-native-fbsdk

React Native: build Login Screen [closed]

强颜欢笑 提交于 2021-02-11 14:18:17
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 5 months ago . Improve this question I am just starting with react native and I want to know How do I build a login and singup form shares same screen. Where both login and singup tabs shows on one screen. Just need to tap on any tab and the same form opens up to fill. Please check the url of video below for

How to implement Coach mark in react native android? [closed]

流过昼夜 提交于 2020-12-29 06:27:37
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . Improve this question Its required to implement Coach mark or showcase in my React native app. After googling i didn't get any code or library which can get help that. Can any one suggest me How can i achieve Coach mark in react native? Example: I dont want to overlay screen shot

Facebook sdk not working if I place the sdk folder inside react-native project?

徘徊边缘 提交于 2020-01-15 10:57:11
问题 I am wanting to manually link the Facebook SDK because we don't use cocoapods & don't want to implement it. But for some reason when we build our app on buddybuild, it will fail. What I've done is placed the FacebookSDK folder inside (not an optimal solution I know): ios/<ProjectName>/FacebookSDK I added this folder ( $(SRCROOT)/ios/<ProjectName>/FacebookSDK) to the framework search header paths & it still seems to throw errors. 1850 ▸ Compiling RCTFBSDKShareDialog.m 1851 » In file included

Posting mp4 to Facebook using GraphRequest in React Native

喜欢而已 提交于 2019-12-24 01:27:33
问题 I am using GraphRequest from react-native-fbsdk to post to FB from my app. Specifically, I am trying to post a link to an mp4 video that is hosted externally, so at a url like https://img.myapp.com/image_id.mp4 . Here is the code for my request: return new Promise(function(resolve, reject) { const post = new GraphRequest('/me/feed', { httpMethod: 'GET', version: 'v2.9', ...payload, }, (err, result) => { if (err) { reject(err); } resolve(); }); new GraphRequestManager().addRequest(post).start(

sync data with remote db when using asyncStorage

北城以北 提交于 2019-12-23 12:35:55
问题 I've just started using react-native and thinking of using it for an offline-first application. I will be using asyncStorage as my local storage as it tends to meet all my needs for this app. However, I've had a fruitless search looking for something like native android's Sync Adapter which allows you to automate data transfer from your local storage to a remote DB based on a variety of criteria. Is there any library I can easily import into my RN project to help with data synchronization. Or

React Native Android: Method does not override or implement a method from a supertype

﹥>﹥吖頭↗ 提交于 2019-12-23 06:56:51
问题 I've added react-native-fbsdk to my react native project and have it building fine on iOS. But on the android side, I can't get gradle to build the project. When trying to compile react-native-fbsdk, I'm hitting: "method does not override or implement a method from a supertype" 21:41:11.863 [INFO] [org.gradle.api.internal.tasks.compile.JdkJavaCompiler] Compiling with JDK Java compiler API. 21:41:12.100 [ERROR] [system.err] /Users/joncursi/Sites/joncursi/redbirdNative/node_modules/react-native

react-native-fbsdk: How properly log out from facebook?

匆匆过客 提交于 2019-12-21 02:52:11
问题 I am using react-native-fbsdk npm package, which works properly. But when I call LoginManager.logOut() it does not do anything (even its callback function does not work). After first login it keeps all my data and after first loging and log out from the app , it keeps all my data and when I again press on FB icon to login with Facebook it only let me to login with the same account. There is no any other option. When I go to browser and log out from Facebook, the app works as needed (and

Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'

ぐ巨炮叔叔 提交于 2019-12-19 05:13:10
问题 Today, I face the error mentioned in this post: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored' The funny thing (and the difference) is - our application is 5 months in production and we've made hundreds of builds and APKs so far. We didn't change a single line of code for a week (neither any of library version) and the build has suddenly stopped working with this mentioned error. Execution

Cannot resolve symbol ReactApplication/ReactNativeHost

被刻印的时光 ゝ 提交于 2019-12-18 19:06:25
问题 I have a react native running perfectly on iOS but does not compile in Android studio due to import issues in MainApplication and MainActivity. I followed the React Native FBSDK guidelines. In MainApplication I get "Cannot resolve symbol" on import statements: import com.facebook.react.ReactApplication; import com.facebook.react.ReactNativeHost; And the following errors: Error:(7, 8) error: MainActivity is not abstract and does not override abstract method getPackages() in ReactActivity Error

Could not find com.android.support:appcompat-v7:25.3.1

江枫思渺然 提交于 2019-12-18 12:19:04
问题 I suddenly started getting this error when trying to build. This was all working a few weeks ago with no changes that I know of. The issue seems to be related to react-native-fbsdk , but looking through its build.gradle it does not list support.appcompat-v7.25.x . Any advice? A problem occurred configuring project ':app'. > A problem occurred configuring project ':react-native-fbsdk'. > Could not resolve all dependencies for configuration ':react-native-fbsdk:_debugCompile'. > Could not find